diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 52d6cd4..d0ed644 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -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 }}" \