Update update-submodules.yml

This commit is contained in:
aricloverEXALT 2025-02-08 14:33:28 -06:00 committed by GitHub
parent facbae8406
commit e5c6e4310a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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