We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f132e commit c7611dfCopy full SHA for c7611df
.github/workflows/build.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Upload artifact
66
uses: actions/upload-artifact@v4
67
with:
68
- name: bin
+ name: ${{matrix.build}}.bin
69
path: bin/
70
71
package_binary:
0 commit comments