Skip to content

Commit 84b72f4

Browse files
committed
ci: fix binary name
1 parent 270e4f4 commit 84b72f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Upload binary artifact
7070
uses: actions/upload-artifact@v3
7171
with:
72-
name: linux-binary
72+
name: linux-binary-arm
7373
path: target/aarch64-unknown-linux-gnu/release/chainsaw
7474
if-no-files-found: error
7575
retention-days: 1

0 commit comments

Comments
 (0)