From d74fc8a5d5f8c9a5bde7b50f3ac89a83053cf60b Mon Sep 17 00:00:00 2001 From: Jai A Date: Tue, 27 Aug 2024 13:39:29 -0700 Subject: [PATCH] fix release conf path --- .github/workflows/app-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app-release.yml b/.github/workflows/app-release.yml index 1b5a4642a..31bfd007c 100644 --- a/.github/workflows/app-release.yml +++ b/.github/workflows/app-release.yml @@ -98,7 +98,7 @@ jobs: TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} with: - args: "--target universal-apple-darwin --config ./apps/app/tauri-release.conf.json" + args: "--target universal-apple-darwin --config tauri-release.conf.json" working-directory: ./apps/app tauriScript: pnpm --filter=@modrinth/app run tauri @@ -112,7 +112,7 @@ jobs: TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} with: tauriScript: pnpm --filter=@modrinth/app run tauri - args: "--config ./apps/app/tauri-release.conf.json" + args: "--config tauri-release.conf.json" working-directory: ./apps/app - name: upload ${{ matrix.platform }}