From 694cc86d6b35a183b5e931defc02e4d55d9679e8 Mon Sep 17 00:00:00 2001 From: Leafd Date: Fri, 3 Oct 2025 14:34:29 -0400 Subject: [PATCH] chore(ci): remove custom tauri config path --- .github/workflows/release.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 149444c..3486bdf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -119,7 +119,7 @@ jobs: - name: build app (macos) run: >- pnpm run tauri build --target - universal-apple-darwin --config "tauri-release.conf.json" + universal-apple-darwin if: 'startsWith(matrix.platform, ''macos'')' env: GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' @@ -134,8 +134,7 @@ jobs: TAURI_SIGNING_PRIVATE_KEY_PASSWORD: '${{ secrets.TAURI_KEY_PASSWORD }}' - name: build app run: >- - pnpm run tauri build --config - "tauri-release.conf.json" + pnpm run tauri build id: build_os if: '!startsWith(matrix.platform, ''macos'')' env: