From 97de723f5cf436efdccc94acb98a345b3a3e8ce7 Mon Sep 17 00:00:00 2001 From: didirus Date: Fri, 19 Jun 2026 22:48:04 +0300 Subject: [PATCH] ci(app): fix targeted tauri builds --- .github/workflows/astralrinth-build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/astralrinth-build.yml b/.github/workflows/astralrinth-build.yml index 20da156ce..e484b3c2f 100644 --- a/.github/workflows/astralrinth-build.yml +++ b/.github/workflows/astralrinth-build.yml @@ -66,11 +66,6 @@ jobs: target: aarch64-apple-darwin rust_targets: aarch64-apple-darwin artifact_name: astralrinth-bundle-macos-aarch64 - - runner: macos-latest - label: 🍎 macOS Universal Build - target: universal-apple-darwin - rust_targets: x86_64-apple-darwin,aarch64-apple-darwin - artifact_name: astralrinth-bundle-macos-universal env: CI: true @@ -181,7 +176,7 @@ jobs: - name: 🔨 Build app shell: bash - run: mise exec -- pnpm --filter @modrinth/app run build -- --target ${{ matrix.target }} + run: mise exec -- pnpm --filter @modrinth/app exec tauri build --target ${{ matrix.target }} - name: 📤 Upload app bundles uses: actions/upload-artifact@v4