We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f17d1 commit 64a7c12Copy full SHA for 64a7c12
.github/workflows/release-binaries.yml
@@ -107,6 +107,7 @@ jobs:
107
- name: Upload binaries
108
if: ${{ always() && needs.prepare.outputs.upload == 'true' }}
109
run: |
110
+ sudo apt install python3-github
111
${{ needs.prepare.outputs.build-dir }}/llvm-project/llvm/utils/release/github-upload-release.py \
112
--token ${{ github.token }} \
113
--release ${{ needs.prepare.outputs.release-version }} \
0 commit comments