Navigation Menu

Skip to content

Commit

Permalink
workflows/release-binaries: Add missing output variable
Browse files Browse the repository at this point in the history
Reviewed By: thieta

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

(cherry picked from commit cd39791)
  • Loading branch information
tstellar committed Apr 19, 2023
1 parent 57c2b1e commit 6e5368c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-binaries.yml
Expand Up @@ -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
Expand Down

0 comments on commit 6e5368c

Please sign in to comment.