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