Skip to content

Commit 6695e28

Browse files
committed
update artifact id
1 parent fda1c80 commit 6695e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Uploading
3838
uses: actions/upload-artifact@v3
3939
with:
40-
name: bin-${{runner.os}}
40+
name: bin-${{runner.os}}-${{runner.arch}}
4141
path: bin/**
4242

4343
Release:

0 commit comments

Comments
 (0)