feat: Add Gitea Actions workflow to build and release the Firefox extension.
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
run: apk add --no-cache zip jq
|
run: apk add --no-cache zip jq
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Get version from manifest
|
- name: Get version from manifest
|
||||||
id: version
|
id: version
|
||||||
@@ -52,7 +52,7 @@ jobs:
|
|||||||
build/container-bookmarks-${{ steps.version.outputs.version }}.zip
|
build/container-bookmarks-${{ steps.version.outputs.version }}.zip
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: container-bookmarks-${{ steps.version.outputs.version }}
|
name: container-bookmarks-${{ steps.version.outputs.version }}
|
||||||
path: build/*.xpi
|
path: build/*.xpi
|
||||||
@@ -67,7 +67,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apk add --no-cache jq
|
run: apk add --no-cache jq
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Get version from manifest
|
- name: Get version from manifest
|
||||||
id: version
|
id: version
|
||||||
@@ -76,7 +76,7 @@ jobs:
|
|||||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: container-bookmarks-${{ steps.version.outputs.version }}
|
name: container-bookmarks-${{ steps.version.outputs.version }}
|
||||||
path: build/
|
path: build/
|
||||||
|
|||||||
Reference in New Issue
Block a user