From e8fa4b9263e9bcd6a90d31aece5b4320d2817f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20CHABANNE?= Date: Sun, 9 Jun 2024 01:13:28 +0200 Subject: [PATCH] test generate crx file --- .gitea/workflows/actions.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 9746e41..962998b 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -30,7 +30,8 @@ jobs: cp go2ticket-chrome.zip go2ticket-firefox.xpi wget https://github.com/mcuadros/go-crxmake/releases/download/v0.2.0/crxmake_v0.2.0_linux_amd64.tar.gz tar -xvzf crxmake_v0.2.0_linux_amd64.tar.gz crxmake_v0.2.0_linux_amd64/crxmake - ./crxmake_v0.2.0_linux_amd64/crxmake -h + ./crxmake_v0.2.0_linux_amd64/crxmake src/ go2ticket-chrome.crx + ls -l go2ticket-* - name: Deploy release if: ${{ gitea.ref == 'refs/heads/master' }} run: |