Skip to content

Commit 59f2656

Browse files
authored
Merge pull request #13 from jnises/actionupdate2
update release action
2 parents d3c06d1 + 67f422b commit 59f2656

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: Swatinem/rust-cache@v2
2929
- uses: dtolnay/rust-toolchain@stable
30+
with:
31+
targets: aarch64-apple-darwin
3032
- name: Build aarch64
3133
run: |
32-
cargo build --release
34+
cargo build --release --target aarch64-apple-darwin
3335
ARTIFACT="target/aarch64-apple-darwin/release/git-suggest-reviewers"
3436
strip -S "$ARTIFACT"
3537
ditto -c -k --sequesterRsrc "$ARTIFACT" git-suggest-reviewers_mac_aarch64.zip

0 commit comments

Comments
 (0)