From 94bd6e3af4e56c6799ae099d94740d78705368d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20CHABANNE?= Date: Sat, 8 Jun 2024 22:15:47 +0200 Subject: [PATCH] test build --- .gitea/workflows/actions.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 1816170..9746e41 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | apt update - apt install tree zip -y + apt install tree zip wget -y - name: List files in the repository run: tree ${{ gitea.workspace }} - name: Build @@ -28,9 +28,9 @@ jobs: echo "Compilation step in progress" zip -rv go2ticket-chrome.zip src/* cp go2ticket-chrome.zip go2ticket-firefox.xpi - curl https://github.com/mcuadros/go-crxmake/releases/download/v0.2.0/crxmake_v0.2.0_linux_amd64.tar.gz -o crxmake.tgz - tar xf crxmake.tgz - ./crxmake + 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 - name: Deploy release if: ${{ gitea.ref == 'refs/heads/master' }} run: |