We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e5752 commit 65bedf7Copy full SHA for 65bedf7
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Upload Artifacts
45
uses: actions/upload-artifact@v4
46
with:
47
- name: Artifacts-${{ matrix.platform }}-${{ matrix.arch }}
+ name: Artifacts-${{ runner.os }}-${{ matrix.arch }}
48
path: |
49
release-builds/*.msi
50
release-builds/*.zip
0 commit comments