Skip to content

Commit

Permalink
chore: fix bundles argument for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunSHamilton committed Dec 19, 2024
1 parent 0b48cab commit 3584ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- platform: "windows-latest"
args: "--config src-tauri/tauri.microsoftstore.conf.json --bundles msi,updater"
- platform: "windows-latest"
args: "--bundles exe,updater"
args: "--bundles nsis,updater"

runs-on: ${{ matrix.platform }}
env:
Expand Down

0 comments on commit 3584ccb

Please sign in to comment.