Skip to content

Commit becb649

Browse files
committed
Fix version
1 parent b32c1a4 commit becb649

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
@@ -96,7 +96,7 @@ jobs:
9696
- name: Collect Variables
9797
id: vars
9898
env:
99-
LLVM_VERSION_FROM_SOURCE: ${{ format('{0}.{1}.{2}', steps.version.outputs.major, steps.version.outputs.minor, steps.version.outputs.patch) }}
99+
LLVM_VERSION_FROM_SOURCE: ${{ format('{0}.{1}.{2}', steps.version-from-source.outputs.major, steps.version-from-source.outputs.minor, steps.version-from-source.outputs.patch) }}
100100
shell: bash
101101
# In order for the test-release.sh script to run correctly, the LLVM
102102
# source needs to be at the following location relative to the build dir:

0 commit comments

Comments
 (0)