This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user