mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-15 12:07:32 +00:00
Merge branch 'master' of https://github.com/AnonymusRaccoon/ComSquare
This commit is contained in:
4
.github/workflows/buildwin.yml
vendored
4
.github/workflows/buildwin.yml
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user