Update buildwin.yml

This commit is contained in:
Anonymus Raccoon
2020-04-03 17:26:00 +02:00
committed by GitHub
parent 65ffa33ea2
commit 297d1764da
+3 -1
View File
@@ -34,10 +34,12 @@ jobs:
- name: Clean up
run: |
Set-Location build
Remove-Item -Recurse -Path * -Exclude ComSquare.exe,bin,bin/*
Remove-Item -Recurse -Path * -Exclude ComSquare.exe,bin,bin\*
tree /F
- name: Copy shared libs
run: |
Copy-Item -Path build\bin\*.dll -Destination build
tree /F
Copy-Item -Path 'C:\Program Files\Git\mingw64\bin\*.dll' -Destination build
- name: Archive production artifact
uses: actions/upload-artifact@v1