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 }}