Remove the LLVM-C.lib from nightlies and include LLVM-C.dll

This commit is contained in:
Mikkel Hjortshoej
2020-04-23 22:30:07 +02:00
parent 04e106e06a
commit b63aa0520a
+3
View File
@@ -31,8 +31,11 @@ jobs:
odin run examples/demo/demo.odin
- name: Copy artifacts
run: |
# We delete the lib here since it's only used for building
rm bin/llvm/windows/LLVM-C.lib
mkdir dist
cp odin.exe dist
cp LLVM-C.dll dist
cp -r shared dist
cp -r core dist
cp -r bin dist