This commit is contained in:
parent
3ed09935a7
commit
b2dfe5f275
|
@ -26,6 +26,11 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run : |
|
run : |
|
||||||
echo "Compilation step in progress"
|
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
|
||||||
- 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