mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 05:42:10 +00:00
Better update-submodules-template.txt
This commit is contained in:
parent
17034fa27e
commit
d3d6c18ae7
1 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Template for whenever I refresh the main branch. and even need to re-add the submodules afterwards.
|
||||
# Template for whenever I refresh the main branch. and even need to re-add the submodules afterwards.
|
||||
|
||||
name: Update Submodules
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.4
|
||||
|
||||
- name: Set up Git
|
||||
run: |
|
||||
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
git submodule add https://github.com/dayanch96/uYouLocalization.git Tweaks/uYouLocalization
|
||||
git submodule add https://github.com/arichornlover/YTHoldForSpeed.git Tweaks/YTHoldForSpeed
|
||||
git submodule add https://github.com/arichornlover/YouGroupSettings.git Tweaks/YouGroupSettings
|
||||
git submodule add https://github.com/arichornlover/YouTimeStamp.git Tweaks/YouTimeStamp
|
||||
git add .
|
||||
git commit -m "added uYouEnhanced submodules"
|
||||
git push origin
|
||||
|
|
@ -87,6 +88,7 @@ jobs:
|
|||
ln -s ../Tweaks/uYouLocalization/layout/Library/Application\ Support/uYouLocalization.bundle uYouLocalization.bundle
|
||||
ln -s ../Tweaks/YTHoldForSpeed/layout/Library/Application\ Support/YTHoldForSpeed.bundle YTHoldForSpeed.bundle
|
||||
ln -s ../Tweaks/YouGroupSettings/layout/Library/Application\ Support/YouGroupSettings.bundle YouGroupSettings.bundle
|
||||
ln -s ../Tweaks/YouTimeStamp/layout/Library/Application\ Support/YouTimeStamp.bundle YouTimeStamp.bundle
|
||||
git add .
|
||||
git commit -m "Added bundles"
|
||||
git push origin
|
||||
|
|
@ -100,6 +102,7 @@ jobs:
|
|||
# rm -f uYouLocalization.bundle
|
||||
# rm -f YTHoldForSpeed.bundle
|
||||
# rm -f YouGroupSettings.bundle
|
||||
# rm -f YouTimeStamp.bundle
|
||||
# git add .
|
||||
# git commit -m "Deleted bundles"
|
||||
# git push origin
|
||||
|
|
|
|||
Loading…
Reference in a new issue