Compare commits

..

No commits in common. "ebc7a8ec626d123dc52d11aedbfa2aed03a380b7" and "3ae1886cafde5a615ff31f6e0ce84411c3d42831" have entirely different histories.

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=@./builds/web.zip;type=application/gzip'
-F 'attachment=@./web/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" \