diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -30,6 +30,7 @@ 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