test build
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 30s

This commit is contained in:
Clément CHABANNE 2024-06-08 22:15:47 +02:00
parent b2dfe5f275
commit 94bd6e3af4

View File

@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
apt update
apt install tree zip -y
apt install tree zip wget -y
- name: List files in the repository
run: tree ${{ gitea.workspace }}
- name: Build
@ -28,9 +28,9 @@ jobs:
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
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
- name: Deploy release
if: ${{ gitea.ref == 'refs/heads/master' }}
run: |