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

This commit is contained in:
Elmar Kresse
2026-01-20 01:02:45 +01:00
parent 6b090cacd9
commit 7cbbc97444

View File

@@ -20,7 +20,7 @@ jobs:
run: apk add --no-cache zip jq
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Get version from manifest
id: version
@@ -52,7 +52,7 @@ jobs:
build/container-bookmarks-${{ steps.version.outputs.version }}.zip
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: container-bookmarks-${{ steps.version.outputs.version }}
path: build/*.xpi
@@ -67,7 +67,7 @@ jobs:
- name: Install dependencies
run: apk add --no-cache jq
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Get version from manifest
id: version
@@ -76,7 +76,7 @@ jobs:
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Download artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: container-bookmarks-${{ steps.version.outputs.version }}
path: build/