Skip to content

Commit ccfd946

Browse files
committed
fix: use --target foo instead of --target=bar for tauri-action
see <tauri-apps/tauri-action#1135 (comment)>
1 parent 35638bb commit ccfd946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/{{ '.' }}/{{ project_name }}/.github/workflows/publish.yaml.jinja

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

0 commit comments

Comments
 (0)