From 0c7ce3915023fb0537f720c362c67903ec93f9f9 Mon Sep 17 00:00:00 2001 From: NextFire Date: Wed, 4 Sep 2024 19:51:56 +0200 Subject: [PATCH] ci(tauri): tehe --- .github/workflows/tauri.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index eddf95f1..118d5c8c 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -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/')) }}