feat: Add Gitea workflow to build, package, and release the Firefox extension.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user