mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-23 11:42:16 +00:00
Update update-submodules.yml
This commit is contained in:
parent
25ac6d882d
commit
7a67293238
1 changed files with 3 additions and 3 deletions
6
.github/workflows/update-submodules.yml
vendored
6
.github/workflows/update-submodules.yml
vendored
|
|
@ -18,9 +18,9 @@ jobs:
|
|||
|
||||
- name: Fix YTweaks Bundle
|
||||
run: |
|
||||
git cd Bundles
|
||||
git rm YTWKS.bundle
|
||||
git ln -s ../Tweaks/YTweaks/layout/Library/Application\ Support/YTWKS.bundle YTWKS.bundle
|
||||
cd Bundles
|
||||
rm YTWKS.bundle
|
||||
ln -s ../Tweaks/YTweaks/layout/Library/Application\ Support/YTWKS.bundle YTWKS.bundle
|
||||
git commit -m "updated YTweaks bundle"
|
||||
git push
|
||||
continue-on-error: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue