Skip to content

Commit

Permalink
Update update-submodules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aricloverALT authored Aug 25, 2024
1 parent 16cb0f4 commit 01d6946
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,20 @@ 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 YouLoop.bundle
git add .
git commit -m "override YouLoop bundle (1/2)"
git push origin
- name: Make .bundle files
run: |
cd Bundles
ln -s ../Tweaks/YouLoop/layout/Library/Application\ Support/YouLoop.bundle YouLoop.bundle
git add .
git commit -m "override YouLoop bundle"
git commit -m "override YouLoop bundle (2/2)"
git push origin
- name: Update submodules
Expand Down

0 comments on commit 01d6946

Please sign in to comment.