We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110526e commit 6b8396bCopy full SHA for 6b8396b
1 file changed
.github/workflows/llvm-c-api-windows.yml
@@ -106,7 +106,6 @@ jobs:
106
run: |
107
$binPath = "llvm-project\llvm\build\bin"
108
Get-ChildItem -Path $binPath -Filter "*.exe" | Where-Object { $_.Name -ne "llvm-config.exe" } | Remove-Item -Force
109
- Write-Output "Removed all .exe files except llvm-config.exe from $binPath"
110
111
- name: Packaging LLVM C API (LLVM C API Libraries, binaries & includes)
112
shell: pwsh
@@ -122,9 +121,9 @@ jobs:
122
121
body: |
123
## LLVM C API
124
125
- LLVM C API (v17.0.6) libraries for Windows x86_64 environments.
+ LLVM C API (v17.0.6) libraries for Windows x64 environments.
126
127
files: |
128
- llvm-project\llvm\llvm-c-api-x86_64-windows.zip
+ llvm-project\llvm\llvm-c-api-x64-windows.zip
129
130
draft: false
0 commit comments