[BUG] Correction upload 1er fichier CI/CD
All checks were successful
Go2ticket auto deployement / Go2ticket (push) Successful in 14s

This commit is contained in:
Clément CHABANNE 2024-06-09 22:27:14 +02:00
parent ff721bb2b6
commit 52d76bef32

View File

@ -67,7 +67,7 @@ jobs:
if [ -n "$RELEASE_ID" ]; then
curl -X POST -H "Authorization: token ${{ secrets.GIT_TOKEN }}" \
-H "Content-Type: multipart/form-data" \
-F "att achment=@go2ticket-firefox.xpi" \
-F "attachment=@go2ticket-firefox.xpi" \
"${{ vars.GIT_URL }}/api/v1/repos/${{ gitea.repository }}/releases/${RELEASE_ID}/assets"
curl -X POST -H "Authorization: token ${{ secrets.GIT_TOKEN }}" \