Skip to content

Commit 6e5368c

Browse files
committed
workflows/release-binaries: Add missing output variable
Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D148734 (cherry picked from commit cd39791)
1 parent 57c2b1e commit 6e5368c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
build-dir: ${{ steps.validate-tag.outputs.build-dir }}
3131
rc-flags: ${{ steps.validate-tag.outputs.rc-flags }}
3232
ref: ${{ steps.validate-tag.outputs.ref }}
33+
upload: ${{ steps.validate-tag.outputs.upload }}
3334

3435
steps:
3536
- name: Checkout LLVM

0 commit comments

Comments
 (0)