From 1d9df080db0f499428bc0971e3200697982d606a Mon Sep 17 00:00:00 2001 From: coso Date: Wed, 4 Mar 2026 18:34:25 +0800 Subject: [PATCH] ci(release): set tauri projectPath to src-tauri --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d20dbf998..4151018bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,6 +172,7 @@ jobs: OPENSSL_NO_VENDOR: "1" with: tauriScript: npx tauri + projectPath: src-tauri tagName: ${{ github.event.inputs.version || github.ref_name }} releaseName: 'ProxyCast ${{ github.event.inputs.version || github.ref_name }}' releaseBody: ${{ env.RELEASE_BODY }} @@ -194,6 +195,7 @@ jobs: RUSTC_WRAPPER: sccache with: tauriScript: npx tauri + projectPath: src-tauri tagName: ${{ github.event.inputs.version || github.ref_name }} releaseName: 'ProxyCast ${{ github.event.inputs.version || github.ref_name }}' releaseBody: ${{ env.RELEASE_BODY }} @@ -226,6 +228,7 @@ jobs: APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} with: tauriScript: npx tauri + projectPath: src-tauri tagName: ${{ github.event.inputs.version || github.ref_name }} releaseName: 'ProxyCast ${{ github.event.inputs.version || github.ref_name }}' releaseBody: ${{ env.RELEASE_BODY }} @@ -254,6 +257,7 @@ jobs: APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} with: tauriScript: npx tauri + projectPath: src-tauri tagName: ${{ github.event.inputs.version || github.ref_name }} releaseName: 'ProxyCast ${{ github.event.inputs.version || github.ref_name }}' releaseBody: ${{ env.RELEASE_BODY }} @@ -276,6 +280,7 @@ jobs: APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }} with: tauriScript: npx tauri + projectPath: src-tauri tagName: ${{ github.event.inputs.version || github.ref_name }} releaseName: 'ProxyCast ${{ github.event.inputs.version || github.ref_name }}' releaseBody: ${{ env.RELEASE_BODY }}