Skip to content

Commit

Permalink
Update update-submodules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Jun 24, 2024
1 parent 1be434c commit 7a72bbe
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ jobs:
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
- name: New Submodules
- name: Make .bundle files
run: |
git submodule add https://github.com/arichornlover/YouTimeStamp.git Tweaks/YouTimeStamp
git submodule add https://github.com/protocolbuffers/protobuf.git Tweaks/protobuf
cd Bundles
mv ../Tweaks/Reborn ../Tweaks/YouTubeReborn
rm ../Bundles/YouTubeReborn.bundle
ln -s ../Tweaks/YouTubeReborn/layout/Library/Application\ Support/YouTubeReborn.bundle YouTubeReborn.bundle
ln -s ../Tweaks/YouTimeStamp/layout/Library/Application\ Support/YouTimeStamp.bundle YouTimeStamp.bundle
git add .
git commit -m "added YouTimeStamp & protobuf submodules"
git commit -m "Renamed Reborn to YouTubeReborn and fixed bundles"
git push origin
- name: Update submodules
Expand Down

0 comments on commit 7a72bbe

Please sign in to comment.