feat: Add Gitea workflow to build, package, and release the Firefox extension.
Some checks failed
Build Firefox Extension / build (push) Failing after 4s
Build Firefox Extension / release (push) Has been skipped

This commit is contained in:
Elmar Kresse
2026-01-20 01:14:39 +01:00
parent cdda172c15
commit 759603512c

View File

@@ -53,7 +53,8 @@ jobs:
- name: Upload to Gitea Packages
run: |
curl --fail --user "${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}" \
curl --fail \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
--upload-file "build/container-bookmarks-${{ steps.version.outputs.version }}.xpi" \
"${GITHUB_SERVER_URL}/api/packages/${GITHUB_REPOSITORY_OWNER}/generic/container-bookmarks/${{ steps.version.outputs.version }}/container-bookmarks-${{ steps.version.outputs.version }}.xpi"