This commit is contained in:
AnonymusRaccoon
2020-02-06 16:21:42 +01:00

View File

@@ -26,7 +26,7 @@ jobs:
- name: Clean up
run: |
Set-Location build
Remove-Item -Recurse -Path * -Exclude ComSquare.exe,bin/*
Remove-Item -Recurse -Path * -Exclude ComSquare.exe,bin,bin/*
- name: Copy shared libs
run: |
Copy-Item -Path build\bin\*.dll -Destination build
@@ -35,4 +35,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: ComSquare-Windows
path: build/
path: build/