Skip to content

Commit

Permalink
Update apple_silicon.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajclark authored Feb 27, 2024
1 parent 125207f commit 33bc859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apple_silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
rustup default stable
- name: Build Rust Code
run: cargo +stable-aarch64-apple-darwin build --release
run: cargo build --release

- name: Get Release Version
id: get_release_version
Expand All @@ -37,5 +37,5 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./${{ steps.get_release_version.outputs.version }}.zip
asset_name: "zap-${{ steps.get_release_version.outputs.version }}.zip"
asset_name: "zap-${{ steps.get_release_version.outputs.version }}-macos-aarch64.zip"
asset_content_type: application/zip

0 comments on commit 33bc859

Please sign in to comment.