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
  • Loading branch information
tstellar committed Apr 19, 2023
1 parent da89ed9 commit cd39791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
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 cd39791

Please sign in to comment.