Merge pull request 'Fix Typo in Build Workflow' (#4) from snoweuph-patch-1 into stable
All checks were successful
Export Game

Reviewed-on: #4
This commit is contained in:
Snoweuph 2023-04-07 09:03:36 +00:00
commit ebc7a8ec62

View file

@ -82,7 +82,7 @@ jobs:
-H 'accept: application/json' \
-H 'Content-Type: multipart/form-data' \
-H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \
-F 'attachment=@./web/web.zip;type=application/gzip'
-F 'attachment=@./builds/web.zip;type=application/gzip'
echo $ID Upload Linux
curl -X 'POST' \
"https://git.euph.dev/api/v1/repos/${{ github.repository }}/releases/$ID/assets?name=Linux.tar.gz" \