[PATCH] D148734: workflows/release-binaries: Add missing output variable

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 12:59:25 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcd39791350ed: workflows/release-binaries: Add missing output variable (authored by tstellar).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148734/new/

https://reviews.llvm.org/D148734

Files:
  .github/workflows/release-binaries.yml


Index: .github/workflows/release-binaries.yml
===================================================================
--- .github/workflows/release-binaries.yml
+++ .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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148734.515053.patch
Type: text/x-patch
Size: 487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230419/0c205c21/attachment.bin>


More information about the llvm-commits mailing list