fix: add missing backslash for continuation in web-ext sign command
Some checks failed
CI / build-and-publish (push) Failing after 31s

This commit is contained in:
Space-Banane
2026-02-17 16:47:55 +01:00
parent 1ae6d73338
commit 6b3295e532

View File

@@ -65,7 +65,7 @@ jobs:
--channel listed \
--approval-timeout 0 \
--source-dir . \
--artifacts-dir dist
--artifacts-dir dist \
--amo-metadata metadata.json
- name: Push changes