diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index faf3954..0c5311d 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -24,8 +24,6 @@ jobs: git add . git submodule update --init --recursive --remote Tweaks/PSHeader git add . - git submodule update --init --recursive --remote Tweaks/RemoteLog - git add . git submodule update --init --recursive --remote Tweaks/Return-YouTube-Dislikes git add . git submodule update --init --recursive --remote Tweaks/YTABConfig @@ -50,6 +48,14 @@ jobs: git push origin continue-on-error: true + - name: Make .bundle files + run: | + cd Bundles + ln -s ../Tweaks/YTNoCommunityPosts/layout/Library/Application\ Support/YTNoCommunityPosts.bundle YTNoCommunityPosts.bundle + git add . + git commit -m "Added YTNoCommunityPost bundle" + git push origin + - name: Check exit code run: | exit_code=$?