Skip to content

Commit 46ac82a

Browse files
committed
fix --target
1 parent f016b1e commit 46ac82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ jobs:
156156
releaseBody: "See the assets to download this version and install."
157157
releaseDraft: true
158158
includeDebug: true # Optional, disable to speed up the build
159-
args: '--target=${{ matrix.target }} --config=src-tauri/tauri.bundle.json --verbose'
159+
args: '--target ${{ matrix.target }} --config src-tauri/tauri.bundle.json --verbose'

0 commit comments

Comments
 (0)