Skip to content

Commit 286ced7

Browse files
committed
Fix formatting
1 parent 868383e commit 286ced7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release-binaries.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -257,14 +257,14 @@ jobs:
257257
attestations: write # For artifact attestations
258258

259259
steps:
260-
- name: Checkout Release Scripts
261-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
262-
with:
263-
sparse-checkout: |
264-
.github/workflows/upload-release-artifact
265-
llvm/utils/release/github-upload-release.py
266-
llvm/utils/git/requirements.txt
267-
sparse-checkout-cone-mode: false
260+
- name: Checkout Release Scripts
261+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
262+
with:
263+
sparse-checkout: |
264+
.github/workflows/upload-release-artifact
265+
llvm/utils/release/github-upload-release.py
266+
llvm/utils/git/requirements.txt
267+
sparse-checkout-cone-mode: false
268268

269269
- name: Upload Artifacts
270270
uses: ./.github/workflows/upload-release-artifact

0 commit comments

Comments
 (0)