Update update-submodules.yml

This commit is contained in:
arichornlover 2024-02-11 17:16:05 -06:00 committed by GitHub
parent e2074376ac
commit a907b4d2ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,20 +18,9 @@ jobs:
- name: Add uYouEnhanced submodules
run: |
git submodule add https://github.com/dayanch96/uYouLocalization.git Tweaks/uYouLocalization
git submodule add https://github.com/arichorn/YTHoldForSpeed.git Tweaks/YTHoldForSpeed
git submodule add https://github.com/arichorn/MrBeastify.git Tweaks/YTHoldForSpeed
git add .
git commit -m "added uYouEnhanced submodules"
git push origin
- name: Make .bundle files
run: |
cd Bundles
ln -s ../Tweaks/MrBeastify/layout/Library/Application\ Support/MrBeastify.bundle MrBeastify.bundle
ln -s ../Tweaks/uYouLocalization/layout/Library/Application\ Support/uYouLocalization.bundle uYouLocalization.bundle
ln -s ../Tweaks/YTHoldForSpeed/layout/Library/Application\ Support/YTHoldForSpeed.bundle YTHoldForSpeed.bundle
git add .
git commit -m "Added bundles"
git commit -m "added Another submodule"
git push origin
- name: Update submodules