Skip to content

Commit

Permalink
universal
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemoka committed Sep 9, 2024
1 parent 07382ef commit b386a20
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

Expand Down Expand Up @@ -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

0 comments on commit b386a20

Please sign in to comment.