Skip to content

Commit 21e5878

Browse files
committed
ci: fix npm arg passing for tauri-action
1 parent 0627fe6 commit 21e5878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tauri-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ jobs:
8383
releaseBody: "See the assets to download and install this version."
8484
releaseDraft: false
8585
prerelease: ${{ contains(github.event.inputs.tag || github.ref_name, '-') }}
86-
tauriScript: "npm run tauri"
86+
tauriScript: "npm run tauri --"
8787
args: ${{ matrix.args }}
8888
generateReleaseNotes: true

0 commit comments

Comments
 (0)