mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-23 07:32:20 +00:00
Update update-submodules.yml
This commit is contained in:
parent
563dd6ea2b
commit
f6ac70046c
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: Add uYouEnhanced submodules
|
||||
run: |
|
||||
git submodule add https://github.com/opa334/libundirect.git Tweaks/libundirect
|
||||
git submodule add https://github.com/fosterbarnes/YTweaks.git Tweaks/YTweaks
|
||||
git add .
|
||||
git commit -m "added uYouEnhanced submodules"
|
||||
git push origin
|
||||
|
||||
- name: Make .bundle files
|
||||
run: |
|
||||
cd Bundles
|
||||
ln -s ../Tweaks/YTweaks/layout/Library/Application\ Support/YTweaks.bundle YTweaks.bundle
|
||||
git add .
|
||||
git commit -m "Added bundles"
|
||||
git push origin
|
||||
|
||||
- name: Update submodules
|
||||
run: |
|
||||
git submodule update --init --recursive --remote Tweaks/Alderis
|
||||
|
|
|
|||
Loading…
Reference in a new issue