Add a web extension and debian package compilation #5
@@ -21,10 +21,11 @@ jobs:
|
|||||||
AMO_API_SECRET: ${{ secrets.AMO_API_SECRET }}
|
AMO_API_SECRET: ${{ secrets.AMO_API_SECRET }}
|
||||||
run: cd web-extension/cl && npm run sign
|
run: cd web-extension/cl && npm run sign
|
||||||
- name: Upload web extension artifact
|
- name: Upload web extension artifact
|
||||||
uses: https://github.com/actions/upload-artifact@v4
|
uses: https://github.com/actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: webext-xpi
|
name: webext-xpi
|
||||||
path: web-extension/cl/web-ext-artifacts/*.xpi
|
path: web-extension/cl/web-ext-artifacts/*.xpi
|
||||||
|
retention-days: 7
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
build-and-release:
|
build-and-release:
|
||||||
|
|||||||
Reference in New Issue
Block a user