test generate crx file
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 19s

This commit is contained in:
Clément CHABANNE 2024-06-09 01:13:28 +02:00
parent 94bd6e3af4
commit e8fa4b9263

View File

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