This commit is contained in:
AnonymusRaccoon
2020-02-06 16:03:37 +01:00
parent c3c3a04ee7
commit fe973dce00
+4 -4
View File
@@ -23,10 +23,10 @@ jobs:
- name: Build with Makefile
run: |
mingw32-make -C build ComSquare
- name: Clean up
run: |
Set-Location build
Remove-Item -Recurse -Path * -Exclude ComSquare.exe,bin/*
- name: Clean up
run: |
Set-Location build
Remove-Item -Recurse -Path * -Exclude ComSquare.exe,bin/*
- name: Copy shared libs
run: |
Copy-Item -Path build\bin\*.dll -Destination build