Update update-submodules.yml

This commit is contained in:
aricloverEXTRA 2025-06-09 02:34:48 -05:00 committed by GitHub
parent 186ee88778
commit 38ddca5c93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,22 @@ jobs:
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
- name: Delete .bundle files
run: |
cd Bundles
rm -f YouSlider.bundle
git add .
git commit -m "Temp Remove YouSlider.bundle"
git push origin
- name: Make YouSlider.bundle
run: |
cd Bundles
ln -s ../Tweaks/YouSlider/layout/Library/Application\ Support/YouSlider.bundle YouSlider.bundle
git add .
git commit -m "Re-Added YouSlider.bundle"
git push origin
- name: Update submodules
run: |
git submodule update --init --recursive --remote Tweaks/Alderis