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