Skip to content

Commit 44ded58

Browse files
committed
fix(ci): use JSON format for tauri --config override
1 parent fff0a0f commit 44ded58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
167167
with:
168168
projectPath: ./tauri
169-
args: --target ${{ matrix.target }} --config "build.beforeBuildCommand=\"\""
169+
args: --target ${{ matrix.target }} --config '{"build":{"beforeBuildCommand":""}}'
170170
tagName: ${{ env.RELEASE_TAG }}
171171
releaseName: 'null-e ${{ env.RELEASE_TAG }}'
172172
releaseBody: ''

0 commit comments

Comments
 (0)