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