Also build arch at release

This commit is contained in:
dannkunt 2024-07-16 16:38:06 +03:00
parent b5af73cec4
commit 1366ca0087
3 changed files with 7 additions and 7 deletions

View file

@ -37,7 +37,10 @@ jobs:
- name: Build Linux
if: matrix.os == 'ubuntu-latest'
run: yarn build:linux
run: |
sudo apt-get update
sudo apt-get install -y libarchive-tools
yarn build:linux
env:
MAIN_VITE_ONLINEFIX_USERNAME: ${{ secrets.ONLINEFIX_USERNAME }}
MAIN_VITE_ONLINEFIX_PASSWORD: ${{ secrets.ONLINEFIX_PASSWORD }}