Skip to content

Commit

Permalink
arm macos
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Aug 31, 2024
1 parent 1a6ed8e commit ab923ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: tar cfz rt-x86_64-linux.tar.gz -C target/release rt
- name: Archive as .tar.gz (macOS)
if: matrix.os == 'macos-latest'
run: tar cfz rt-x86_64-darwin.tar.gz -C target/release rt
run: tar cfz rt-aarch64-darwin.tar.gz -C target/release rt
- name: Archive as .zip (Windows)
if: matrix.os == 'windows-latest'
shell: bash
Expand Down

0 comments on commit ab923ce

Please sign in to comment.