From 6b3295e532a77d898dc831c021c32e746610b0e3 Mon Sep 17 00:00:00 2001 From: Space-Banane Date: Tue, 17 Feb 2026 16:47:55 +0100 Subject: [PATCH] fix: add missing backslash for continuation in web-ext sign command --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6058ab5..3cf98b4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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