From 06a650dc1fac64cd96e46753688a14c157d7d494 Mon Sep 17 00:00:00 2001 From: aricloverEXALT <157071384+aricloverEXALT@users.noreply.github.com> Date: Sat, 8 Feb 2025 14:33:50 -0600 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 8d2be29..f205774 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,6 +16,14 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" + - name: Make .bundle files + run: | + cd Bundles + ln -s ../Tweaks/YouTimeStamp/layout/Library/Application\ Support/YouSlider.bundle YouSlider.bundle + git add . + git commit -m "Added YouSlider bundle" + git push origin + - name: Update submodules run: | git submodule update --init --recursive --remote Tweaks/Alderis