Skip to content

Commit

Permalink
ci: fix binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkornitzer committed Oct 27, 2024
1 parent 270e4f4 commit 84b72f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Upload binary artifact
uses: actions/upload-artifact@v3
with:
name: linux-binary
name: linux-binary-arm
path: target/aarch64-unknown-linux-gnu/release/chainsaw
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 84b72f4

Please sign in to comment.