Skip to content

Commit 3e582d5

Browse files
Update update-submodules.yml
1 parent 3e1fac1 commit 3e582d5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/update-submodules.yml

-11
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ jobs:
1616
git config --global user.email "[email protected]"
1717
git config --global user.name "GitHub Actions"
1818
19-
- name: Make .bundle files
20-
run: |
21-
cd Bundles
22-
ln -s ../Tweaks/uYouLocalization/layout/Library/Application\ Support/uYouLocalization.bundle uYouLocalization.bundle
23-
ln -s ../Tweaks/YTHoldForSpeed/layout/Library/Application\ Support/YTHoldForSpeed.bundle YTHoldForSpeed.bundle
24-
ln -s ../Tweaks/YouGroupSettings/layout/Library/Application\ Support/YouGroupSettings.bundle YouGroupSettings.bundle
25-
ln -s ../Tweaks/YouTimeStamp/layout/Library/Application\ Support/YouTimeStamp.bundle YouTimeStamp.bundle
26-
git add .
27-
git commit -m "Added bundles"
28-
git push origin
29-
3019
- name: Update submodules
3120
run: |
3221
git submodule update --init --recursive --remote Tweaks/Alderis

0 commit comments

Comments
 (0)