ci: install zip before making distributables
Some checks failed
/ Build App (push) Failing after 22s
Some checks failed
/ Build App (push) Failing after 22s
This commit is contained in:
parent
a47440a3ef
commit
3ca0b7b395
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -27,6 +27,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Install zip
|
||||
run: apt-get install -y zip
|
||||
|
||||
- name: Build Linux
|
||||
run: pnpm exec electron-forge make --platform linux --arch x64 --targets @electron-forge/maker-zip
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue