Skip to content

Commit 98255ba

Browse files
committed
Fix formatting
1 parent 99b678c commit 98255ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
shell: bash
8787
run: |
8888
./llvm/utils/release/./github-upload-release.py --token "$GITHUB_TOKEN" --user "$GITHUB_ACTOR" --user-token "$USER_TOKEN" check-permissions
89-
89+
9090
# The name of the Windows binaries uses the version from source, so we need
91-
# to fetch it here.
91+
# to fetch it here.
9292
- id: version-from-source
9393
if: runner.os == 'Windows'
9494
uses: ./.github/workflows/get-llvm-version

0 commit comments

Comments
 (0)