Fix Typo in Build Workflow
This commit is contained in:
parent
3ae1886caf
commit
0732748e7e
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Reference in a new issue