Skip to content

Commit 6b8396b

Browse files
Update llvm-c-api-windows.yml
1 parent 110526e commit 6b8396b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/llvm-c-api-windows.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ jobs:
106106
run: |
107107
$binPath = "llvm-project\llvm\build\bin"
108108
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"
110109
111110
- name: Packaging LLVM C API (LLVM C API Libraries, binaries & includes)
112111
shell: pwsh
@@ -122,9 +121,9 @@ jobs:
122121
body: |
123122
## LLVM C API
124123
125-
LLVM C API (v17.0.6) libraries for Windows x86_64 environments.
124+
LLVM C API (v17.0.6) libraries for Windows x64 environments.
126125
127126
files: |
128-
llvm-project\llvm\llvm-c-api-x86_64-windows.zip
127+
llvm-project\llvm\llvm-c-api-x64-windows.zip
129128
130129
draft: false

0 commit comments

Comments
 (0)