Update release.yaml

This commit is contained in:
Damien 2025-02-22 05:05:51 -05:00 committed by GitHub
parent cd3da4b234
commit 43f8230744
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,6 +84,10 @@ jobs:
- name: Install node dependencies
run: npm install
- name: Install zip utility on Windows
if: matrix.os == 'windows-latest'
run: choco install zip -y
- name: Build application
run: npm run tauri build