Skip to content

Commit b32c1a4

Browse files
committed
Fix verswion
1 parent fe0c5f2 commit b32c1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
id: build-windows
251251
if: runner.os == 'Windows'
252252
env:
253-
INSTALLER_ARCH:
253+
LLVM_VERSION: ${{ needs.prepare.outputs.release-version }}
254254
run: |
255255
subst S: ${{ github.workspace }}
256256
cd S:\llvm\utils\release\

0 commit comments

Comments
 (0)