diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 961bcb5..74b95e3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: