diff options
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b3ab013..6bf947b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,8 +18,8 @@ jobs: run: rustup update && rustup target add aarch64-apple-darwin - name: Test run: cargo test --release - - name: Test ARM - run: cargo test --release --target=aarch64-apple-darwin + - name: Build ARM + run: cargo build --release --target=aarch64-apple-darwin - name: Make DMG run: make dmg-universal - name: Upload Application |