From 297d1764dab0e2ef5603d539969667d463de6a56 Mon Sep 17 00:00:00 2001 From: Anonymus Raccoon Date: Fri, 3 Apr 2020 17:26:00 +0200 Subject: [PATCH] Update buildwin.yml --- .github/workflows/buildwin.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildwin.yml b/.github/workflows/buildwin.yml index a3adee9..d33df70 100644 --- a/.github/workflows/buildwin.yml +++ b/.github/workflows/buildwin.yml @@ -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