summaryrefslogtreecommitdiff
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:38 -0700
commit6e5368c3967a68e6b5bd047c7ec606e4c7348c8d (patch)
tree05c56058afc6f3595cee43acab7fd07be27aa068
parent57c2b1e9232abec51c9ea89ff629d72fdec59f0b (diff)
downloadllvm-6e5368c3967a68e6b5bd047c7ec606e4c7348c8d.tar.gz
workflows/release-binaries: Add missing output variable
Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D148734 (cherry picked from commit cd39791350ed9b327ca3dbc8f3ab61d21beb6b69)
-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