We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda1c80 commit 6695e28Copy full SHA for 6695e28
.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Uploading
38
uses: actions/upload-artifact@v3
39
with:
40
- name: bin-${{runner.os}}
+ name: bin-${{runner.os}}-${{runner.arch}}
41
path: bin/**
42
43
Release:
0 commit comments