Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ebd354

Browse files
tstellarc-rhodes
authored andcommitted
workflows/release-binaries: Pass missing release-version input to upload-release-artifact (llvm#180879)
This was causing the 22.1.0-rc3 uploads to fail. (cherry picked from commit 127d77f)
1 parent e4564bb commit 8ebd354

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ jobs:
352352
- name: Upload Artifacts
353353
uses: ./.github/workflows/upload-release-artifact
354354
with:
355+
release-version: ${{ needs.prepare.outputs.release-version }}
355356
artifact-id: ${{ needs.build-release-package.outputs.artifact-id }}
356357
attestation-name: ${{ needs.prepare.outputs.attestation-name }}
357358
digest: ${{ needs.build-release-package.outputs.digest }}

0 commit comments

Comments
 (0)