fix source pack

Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter
2025-07-06 15:37:38 -04:00
parent 8bda0a1c96
commit 17aa28f053

View File

@@ -13,8 +13,21 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Get Variables and Clone - name: Get Variables
uses: ./.github/workflows/clone uses: ./.github/workflows/parse
- name: Checkout Repo
shell: bash
run: |
while ! git clone https://git.bixed.xyz/Bix/eden.git eden; do
echo "Clone failed!"
sleep 5
echo "Trying clone again..."
rm -rf ./eden || true
done
cd eden
git reset --hard $FORGEJO_TAG
- name: Pack - name: Pack
run: | run: |