Merge pull request 'Fix Typo in Build Workflow' (#4) from snoweuph-patch-1 into stable
All checks were successful
Export Game
All checks were successful
Export Game
Reviewed-on: #4
This commit is contained in:
commit
ebc7a8ec62
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ jobs:
|
||||||
-H 'accept: application/json' \
|
-H 'accept: application/json' \
|
||||||
-H 'Content-Type: multipart/form-data' \
|
-H 'Content-Type: multipart/form-data' \
|
||||||
-H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \
|
-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
|
echo $ID Upload Linux
|
||||||
curl -X 'POST' \
|
curl -X 'POST' \
|
||||||
"https://git.euph.dev/api/v1/repos/${{ github.repository }}/releases/$ID/assets?name=Linux.tar.gz" \
|
"https://git.euph.dev/api/v1/repos/${{ github.repository }}/releases/$ID/assets?name=Linux.tar.gz" \
|
||||||
|
|
Reference in a new issue