From 5046b395579fd4c11acebcb060690dfb672a987b Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Thu, 27 Jul 2023 07:08:24 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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=$?