This commit is contained in:
parent
44a5933e93
commit
d7bde78747
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ jobs:
|
||||||
}")
|
}")
|
||||||
echo "Uploading Build to Release"
|
echo "Uploading Build to Release"
|
||||||
curl -X 'POST' \
|
curl -X 'POST' \
|
||||||
"https://git.euph.dev/api/v1/repos/${{ github.repository }}/releases/$ID/assets?name=test" \
|
"https://git.euph.dev/api/v1/repos/${{ github.repository }}/releases/$ID/assets?name=Linux.tar.gz" \
|
||||||
-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 }}' \
|
||||||
|
|
Loading…
Reference in a new issue