File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments