projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93d6289
)
workflows/release-binaries: Install missing dependencies
author
Tom Stellard
<tstellar@redhat.com>
Thu, 20 Apr 2023 15:21:51 +0000
(08:21 -0700)
committer
Tom Stellard
<tstellar@redhat.com>
Thu, 20 Apr 2023 15:21:53 +0000
(08:21 -0700)
Reviewed By: thieta
Differential Revision: https://reviews.llvm.org/
D148772
.github/workflows/release-binaries.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/release-binaries.yml
b/.github/workflows/release-binaries.yml
index 83d275b8396c2ad0be54b62345cc6c844a565ae6..2be6f0fbdc537eded31fe21e8fd8a5a59b4bd44e 100644
(file)
--- a/
.github/workflows/release-binaries.yml
+++ b/
.github/workflows/release-binaries.yml
@@
-107,6
+107,7
@@
jobs:
- name: Upload binaries
if: ${{ always() && needs.prepare.outputs.upload == 'true' }}
run: |
+ sudo apt install python3-github
${{ needs.prepare.outputs.build-dir }}/llvm-project/llvm/utils/release/github-upload-release.py \
--token ${{ github.token }} \
--release ${{ needs.prepare.outputs.release-version }} \