Update release.yaml
This commit is contained in:
parent
cd3da4b234
commit
43f8230744
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -84,6 +84,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Install node dependencies
|
- name: Install node dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
|
- name: Install zip utility on Windows
|
||||||
|
if: matrix.os == 'windows-latest'
|
||||||
|
run: choco install zip -y
|
||||||
|
|
||||||
- name: Build application
|
- name: Build application
|
||||||
run: npm run tauri build
|
run: npm run tauri build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user