This commit is contained in:
parent
3ca0b7b395
commit
692c4834cd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
run: pnpm install
|
||||
|
||||
- name: Install zip
|
||||
run: apt-get install -y zip
|
||||
run: apt-get update && 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