From cad59f500eb4b045db1d9ac47e0db0851d3690c8 Mon Sep 17 00:00:00 2001 From: aricloverEXTRA <157071384+aricloverEXTRA@users.noreply.github.com> Date: Wed, 28 Jan 2026 08:58:19 -0600 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 82231b4..d2c39e2 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,11 +16,17 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" + - name: Fix YTweaks Bundle + run: | + git cd Bundles + git rm YTWKS.bundle + git ln -s ../Tweaks/YTweaks/layout/Library/Application\ Support/YTWKS.bundle YTWKS.bundle + git commit -m "updated YTweaks bundle" + git push + continue-on-error: true + - name: Update submodules run: | - cd Bundles - rm YTWKS.bundle - ln -s ../Tweaks/YTweaks/layout/Library/Application\ Support/YTWKS.bundle YTWKS.bundle git submodule update --init --recursive --remote Tweaks/Alderis git add . git submodule update --init --recursive --remote Tweaks/DontEatMyContent