test make
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 17s

This commit is contained in:
Clément CHABANNE 2024-06-08 22:10:12 +02:00
parent 3ed09935a7
commit b2dfe5f275

View File

@ -26,6 +26,11 @@ jobs:
- name: Build
run : |
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
if: ${{ gitea.ref == 'refs/heads/master' }}
run: |