Skip to content

Commit c4e6572

Browse files
Update llvm-c-api-windows.yml
1 parent 0cad95a commit c4e6572

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,17 @@ jobs:
114114
115115
New-Item -ItemType Directory -Path "tempDir\lib" -Force
116116
New-Item -ItemType Directory -Path "tempDir\bin" -Force
117-
New-Item -ItemType Directory -Path "tempDir\includes" -Force
117+
New-Item -ItemType Directory -Path "tempDir\include" -Force
118118
119119
Copy-Item -Path "llvm-project\llvm\build\lib\*" -Destination "tempDir\lib\" -Recurse -Force
120120
Copy-Item -Path "llvm-project\llvm\build\bin\*" -Destination "tempDir\bin\" -Recurse -Force
121-
Copy-Item -Path "llvm-project\llvm\dist\includes\*" -Destination "tempDir\includes\" -Recurse -Force
121+
Copy-Item -Path "llvm-project\llvm\dist\include\*" -Destination "tempDir\include\" -Recurse -Force
122122
123123
- name: Packaging LLVM C API (LLVM C API Libraries, binaries & includes)
124124
shell: pwsh
125125
run: |
126126
cd tempDir
127-
7z a -tzip llvm-c-api-x64-windows.zip lib bin includes
127+
7z a -tzip llvm-c-api-x64-windows.zip lib bin include
128128
129129
- name: Releasing LLVM C API
130130
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)