Skip to content

Commit 6a5e8f6

Browse files
committed
Fix
1 parent 8e52d46 commit 6a5e8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
id: artifact-upload
8989
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9090
with:
91-
name: windows-release-binaries-${{ steps.variables.outputs.version-string }}
91+
name: windows-${{ runner.arch }}-release-binaries-${{ steps.variables.outputs.version-string }}
9292
path: |
9393
${{ steps.variables.outputs.installer-name }}
9494
${{ steps.variables.outputs.tar-name }}

0 commit comments

Comments
 (0)