From 24146efec8abf0d496344851d4caa906d04c3d83 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Thu, 29 Jan 2026 16:42:38 +0300 Subject: [PATCH] ci(release): set projectPath to desktop/src-tauri so action uses correct tauri.conf.json --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58b5283..4bcbcbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,6 +49,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} with: - projectPath: desktop + projectPath: desktop/src-tauri includeUpdaterJson: true tagName: ${{ github.ref_name }}