Skip to content

Commit

Permalink
ci(tauri): tehe
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Sep 4, 2024
1 parent 64a35ff commit 0c7ce39
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 src-tauri/tauri.release.config.json ${{ matrix.args }}
args: --config ./src-tauri/tauri.release.conf.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 0c7ce39

Please sign in to comment.