From dd4f3b1c5e7b45004db4b6533a91ee49df4fd458 Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Sat, 19 Sep 2026 12:56:54 +0300 Subject: [PATCH] ci: make matrix args actually work --- .github/workflows/experimental.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/experimental.yml b/.github/workflows/experimental.yml index 6b1ca2f..995228c 100644 --- a/.github/workflows/experimental.yml +++ b/.github/workflows/experimental.yml @@ -98,11 +98,15 @@ jobs: run: pnpm install - name: build Tauri app - run: pnpm run tauri:build -- ${{ matrix.args }} + run: pnpm tauri build ${{ matrix.args }} env: TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }} + - name: run macOS postbuild + run: pnpm post-build:macos + if: matrix.platform == 'macos-latest' + - name: Create PKG with post-install script (macOS only) if: matrix.platform == 'macos-latest' run: |