Skip to content

Commit 42d9afa

Browse files
committed
fix(ci): remove extra '--' from Linux build command
1 parent a0b5e3b commit 42d9afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156

157157
- name: Build Tauri App (Linux)
158158
if: runner.os == 'Linux'
159-
run: pnpm tauri build -- --bundles appimage,deb,rpm
159+
run: pnpm tauri build --bundles appimage,deb,rpm
160160

161161
- name: Prepare macOS Assets
162162
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)