ci: only include MSI file

This commit is contained in:
rzmk 2025-04-16 12:45:05 -04:00
parent 3c0367a717
commit 34656f74ff
No known key found for this signature in database

View file

@ -23,7 +23,7 @@ jobs:
# - platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
# args: ''
- platform: "windows-latest"
args: ""
args: "-b msi"
runs-on: ${{ matrix.platform }}
steps: