Add a web extension and debian package compilation #5

Merged
julienfastre merged 22 commits from feature/setup-webext into main 2025-11-12 19:10:42 +00:00
Showing only changes of commit f524dbfea8 - Show all commits

View File

@@ -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: