mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Update update-submodules.yml
This commit is contained in:
parent
3466888b03
commit
83826df815
1 changed files with 0 additions and 16 deletions
16
.github/workflows/update-submodules.yml
vendored
16
.github/workflows/update-submodules.yml
vendored
|
|
@ -16,22 +16,6 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue