test generate crx file
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 19s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 19s
This commit is contained in:
parent
94bd6e3af4
commit
e8fa4b9263
|
@ -30,7 +30,8 @@ jobs:
|
||||||
cp go2ticket-chrome.zip go2ticket-firefox.xpi
|
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
|
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
|
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
|
- name: Deploy release
|
||||||
if: ${{ gitea.ref == 'refs/heads/master' }}
|
if: ${{ gitea.ref == 'refs/heads/master' }}
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user