test build
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 30s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 30s
This commit is contained in:
parent
b2dfe5f275
commit
94bd6e3af4
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install tree zip -y
|
apt install tree zip wget -y
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: tree ${{ gitea.workspace }}
|
run: tree ${{ gitea.workspace }}
|
||||||
- name: Build
|
- name: Build
|
||||||
|
@ -28,9 +28,9 @@ jobs:
|
||||||
echo "Compilation step in progress"
|
echo "Compilation step in progress"
|
||||||
zip -rv go2ticket-chrome.zip src/*
|
zip -rv go2ticket-chrome.zip src/*
|
||||||
cp go2ticket-chrome.zip go2ticket-firefox.xpi
|
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
|
wget https://github.com/mcuadros/go-crxmake/releases/download/v0.2.0/crxmake_v0.2.0_linux_amd64.tar.gz
|
||||||
tar xf crxmake.tgz
|
tar -xvzf crxmake_v0.2.0_linux_amd64.tar.gz crxmake_v0.2.0_linux_amd64/crxmake
|
||||||
./crxmake
|
./crxmake_v0.2.0_linux_amd64/crxmake -h
|
||||||
- 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