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 d6deb4f commit 0bb101bCopy full SHA for 0bb101b
.github/workflows/build.yml
@@ -46,5 +46,5 @@ jobs:
46
- name: Upload ${{matrix.configuration}} binaries
47
uses: actions/upload-artifact@v4
48
with:
49
- name: ${{platform}} ${{matrix.configuration}} binaries
+ name: ${{matrix.platform}} ${{matrix.configuration}} binaries
50
path: build\${{matrix.platform}}\${{matrix.configuration}}
0 commit comments