Skip to content

Commit

Permalink
Rename zip
Browse files Browse the repository at this point in the history
  • Loading branch information
james58899 committed Mar 8, 2024
1 parent e7a6122 commit 0e4a713
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 @@ -105,5 +105,5 @@ jobs:
run: lipo -create target/x86_64-apple-darwin/release/hath-rust target/aarch64-apple-darwin/release/hath-rust -output target/release/hath-rust
- uses: actions/upload-artifact@v4
with:
name: hath-rust-apple-darwin
name: hath-rust-universal-apple-darwin
path: target/release/hath-rust

0 comments on commit 0e4a713

Please sign in to comment.