File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -420,6 +420,14 @@ jobs:
420
420
attestations : write # For artifact attestations
421
421
422
422
steps :
423
+ - name : Checkout Release Scripts
424
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
425
+ with :
426
+ sparse-checkout : |
427
+ llvm/utils/release/github-upload-release.py
428
+ llvm/utils/git/requirements.txt
429
+ sparse-checkout-cone-mode : false
430
+
423
431
- name : ' Download artifact'
424
432
uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
425
433
with :
@@ -442,14 +450,6 @@ jobs:
442
450
name : ${{ needs.prepare.outputs.release-binary-filename }}-attestation
443
451
path : ${{ needs.prepare.outputs.release-binary-filename }}.jsonl
444
452
445
- - name : Checkout Release Scripts
446
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
447
- with :
448
- sparse-checkout : |
449
- llvm/utils/release/github-upload-release.py
450
- llvm/utils/git/requirements.txt
451
- sparse-checkout-cone-mode : false
452
-
453
453
- name : Install Python Requirements
454
454
run : |
455
455
pip install --require-hashes -r ./llvm/utils/git/requirements.txt
You can’t perform that action at this time.
0 commit comments