mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-06 19:32:18 +00:00
Merge branch 'master' of https://github.com/AnonymusRaccoon/ComSquare
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Clean up
|
- name: Clean up
|
||||||
run: |
|
run: |
|
||||||
Set-Location build
|
Set-Location build
|
||||||
Remove-Item -Recurse -Path * -Exclude ComSquare.exe,bin/*
|
Remove-Item -Recurse -Path * -Exclude ComSquare.exe,bin,bin/*
|
||||||
- name: Copy shared libs
|
- name: Copy shared libs
|
||||||
run: |
|
run: |
|
||||||
Copy-Item -Path build\bin\*.dll -Destination build
|
Copy-Item -Path build\bin\*.dll -Destination build
|
||||||
@@ -35,4 +35,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: ComSquare-Windows
|
name: ComSquare-Windows
|
||||||
path: build/
|
path: build/
|
||||||
|
|||||||
Reference in New Issue
Block a user