diff --git a/.github/workflows/app-release.yml b/.github/workflows/app-release.yml index be0796c16..dfff26560 100644 --- a/.github/workflows/app-release.yml +++ b/.github/workflows/app-release.yml @@ -102,8 +102,7 @@ jobs: run: pnpm install - name: build app (macos) - # tauri.conf.yml for normal build and boot. - run: pnpm --filter=@modrinth/app run tauri build --target universal-apple-darwin --config "tauri.conf.json" + run: pnpm --filter=@modrinth/app run tauri build --target universal-apple-darwin --config "tauri-release.conf.json" if: startsWith(matrix.platform, 'macos') env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -111,8 +110,7 @@ jobs: TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} - name: build app - # tauri.conf.yml for normal build and boot. - run: pnpm --filter=@modrinth/app run tauri build --config "tauri.conf.json" + run: pnpm --filter=@modrinth/app run tauri build --config "tauri-release.conf.json" id: build_os if: "!startsWith(matrix.platform, 'macos')" env: @@ -141,3 +139,4 @@ jobs: target/release/bundle/*/*.msi target/release/bundle/*/*.msi.zip target/release/bundle/*/*.msi.zip.sig +