Skip to content

Commit f016b1e

Browse files
committed
fix --config
1 parent 374f4cd commit f016b1e

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)