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 8e52d46 commit 6a5e8f6Copy full SHA for 6a5e8f6
.github/workflows/release-binaries-windows.yml
@@ -88,7 +88,7 @@ jobs:
88
id: artifact-upload
89
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
90
with:
91
- name: windows-release-binaries-${{ steps.variables.outputs.version-string }}
+ name: windows-${{ runner.arch }}-release-binaries-${{ steps.variables.outputs.version-string }}
92
path: |
93
${{ steps.variables.outputs.installer-name }}
94
${{ steps.variables.outputs.tar-name }}
0 commit comments