Skip to content

Commit

Permalink
ci: give better names to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Apr 15, 2024
1 parent 2d5878c commit 20b8be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ jobs:
os: macOS-latest
target: x86_64-apple-darwin
bin: rip
name: rip-Darwin-x86_64.tar.gz
name: rip-macOS-Darwin-x86_64.tar.gz
- os_name: macOS-aarch64
os: macOS-latest
target: aarch64-apple-darwin
bin: rip
name: rip-Darwin-aarch64.tar.gz
name: rip-macOS-Darwin-aarch64.tar.gz
skip_tests: true
toolchain:
- stable
Expand Down

0 comments on commit 20b8be5

Please sign in to comment.