diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d3f9f3..9337819 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,9 +16,7 @@ jobs: matrix: include: - platform: 'macos-latest' # for Arm based macs (M1 and above). - args: '--target aarch64-apple-darwin' - - platform: 'macos-latest' # for Intel based macs. - args: '--target x86_64-apple-darwin' + args: '--target universal-apple-darwin' - platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04. args: '' @@ -49,7 +47,8 @@ jobs: run: yarn install # change this to npm, pnpm or bun depending on which one you use. - uses: tauri-apps/tauri-action@v0 + args: ${{ matrix.settings.args }} - uses: actions/upload-artifact@v4 with: - name: cao-nightly + name: cao-nightly-${{ matrix.platform }} path: src-tauri/target/release/bundle