workflows/release-binaries: Add missing output variable
authorTom Stellard <tstellar@redhat.com>
Wed, 19 Apr 2023 19:58:59 +0000 (12:58 -0700)
committerTom Stellard <tstellar@redhat.com>
Wed, 19 Apr 2023 19:59:00 +0000 (12:59 -0700)
Reviewed By: thieta

Differential Revision: https://reviews.llvm.org/D148734

.github/workflows/release-binaries.yml

index 2686982..83d275b 100644 (file)
@@ -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