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 99b678c commit 98255baCopy full SHA for 98255ba
.github/workflows/release-binaries.yml
@@ -86,9 +86,9 @@ jobs:
86
shell: bash
87
run: |
88
./llvm/utils/release/./github-upload-release.py --token "$GITHUB_TOKEN" --user "$GITHUB_ACTOR" --user-token "$USER_TOKEN" check-permissions
89
-
+
90
# The name of the Windows binaries uses the version from source, so we need
91
- # to fetch it here.
+ # to fetch it here.
92
- id: version-from-source
93
if: runner.os == 'Windows'
94
uses: ./.github/workflows/get-llvm-version
0 commit comments