build stage
Build and Publish Docker Image / build (push) Failing after 1m20s

This commit is contained in:
zardzul
2026-02-13 11:15:23 +01:00
parent 2fd88169dc
commit 6233dfd73f
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
run: | run: |
curl -L -H "Authorization: token ${{ secrets.GIT_PASSWORD }}" \ curl -L -H "Authorization: token ${{ secrets.GIT_PASSWORD }}" \
-o modpack.zip \ -o modpack.zip \
"https://git.cashew.network/api/v1/repos/${{ github.repository }}/releases/tags/modpack-latest/assets/modpack.zip" "https://git.cashew.network/${{ github.repository }}/releases/download/modpack-latest/modpack.zip"
unzip -q modpack.zip -d modpack unzip -q modpack.zip -d modpack
rm modpack.zip rm modpack.zip