Skip to content

Commit

Permalink
ci(tauri): fix release config path
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Sep 4, 2024
1 parent 4a0f57e commit 64a35ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
releaseBody: ${{ needs.release-notes.outputs.notes }}
releaseDraft: true
prerelease: false
args: --config ui/src-tauri/tauri.release.config.json ${{ matrix.args }}
args: --config src-tauri/tauri.release.config.json ${{ matrix.args }}

- name: build (push)
if: ${{ !startsWith(github.ref, 'refs/tags/') && (github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/')) }}
Expand Down

0 comments on commit 64a35ff

Please sign in to comment.