Fix CI for Windows

This commit is contained in:
Christoffer Lerno
2025-03-02 01:25:16 +01:00
parent 453cd295e2
commit cff6697818

View File

@@ -778,8 +778,8 @@ jobs:
- run: cp -r lib c3-windows-Debug
- run: cp msvc_build_libraries.py c3-windows-Release
- run: cp msvc_build_libraries.py c3-windows-Debug
- run: cp README.md macos c3-windows-Debug
- run: cp README.md macos c3-windows-Debug
- run: cp README.md c3-windows-Release
- run: cp README.md c3-windows-Debug
- run: zip -r c3-windows.zip c3-windows-Release
- run: zip -r c3-windows-debug.zip c3-windows-Debug
- run: mv c3-linux-Release/c3-linux-Release.tar.gz c3-linux-Release/c3-linux.tar.gz