test upload
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 23s

This commit is contained in:
Clément CHABANNE 2024-06-09 01:58:18 +02:00
parent 0a9ff1b94c
commit 42976354a2

View File

@ -51,8 +51,7 @@ jobs:
RELEASE_ID=$(curl -H "Authorization: token ${{ secrets.GIT_TOKEN }}" \
-H "Content-Type: application/json" \
"${{ vars.GIT_URL }}/api/v1/repos/${{ gitea.repository }}/releases/tags/${{ gitea.ref }}" \
| jq -r '.id')
"${{ vars.GIT_URL }}/api/v1/repos/${{ gitea.repository }}/releases/tags/${{ gitea.ref }}" | jq -r '.id')
curl -X POST -H "Authorization: token ${{ secrets.GIT_TOKEN }}" \
-H "Content-Type: multipart/form-data" \