summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2023-04-19 12:58:59 -0700
committerTom Stellard <tstellar@redhat.com>2023-04-19 12:59:00 -0700
commitcd39791350ed9b327ca3dbc8f3ab61d21beb6b69 (patch)
tree442d6ef655c9a593ab165485380dfe98fed58494 /.github/workflows
parentda89ed99a16920e5986b14853d297322ccf7109e (diff)
downloadllvm-cd39791350ed9b327ca3dbc8f3ab61d21beb6b69.tar.gz
workflows/release-binaries: Add missing output variable
Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D148734
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release-binaries.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml
index 268698219cbb..83d275b8396c 100644
--- a/.github/workflows/release-binaries.yml
+++ b/.github/workflows/release-binaries.yml
@@ -30,6 +30,7 @@ jobs:
build-dir: ${{ steps.validate-tag.outputs.build-dir }}
rc-flags: ${{ steps.validate-tag.outputs.rc-flags }}
ref: ${{ steps.validate-tag.outputs.ref }}
+ upload: ${{ steps.validate-tag.outputs.upload }}
steps:
- name: Checkout LLVM