diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e44f215..149444c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -118,7 +118,7 @@ jobs: pnpm install - name: build app (macos) run: >- - pnpm --filter=@modrinth/app run tauri build --target + pnpm run tauri build --target universal-apple-darwin --config "tauri-release.conf.json" if: 'startsWith(matrix.platform, ''macos'')' env: @@ -134,7 +134,7 @@ jobs: TAURI_SIGNING_PRIVATE_KEY_PASSWORD: '${{ secrets.TAURI_KEY_PASSWORD }}' - name: build app run: >- - pnpm --filter=@modrinth/app run tauri build --config + pnpm run tauri build --config "tauri-release.conf.json" id: build_os if: '!startsWith(matrix.platform, ''macos'')'