commit ee8c8bba7fe42d199ba76f08d5fc3c58dc6e9224
parent fae63c4cad8cefcbf0f5820c841c83e50e90d3e6
Author: BillKek <51540758+BillKek@users.noreply.github.com>
Date: Fri, 2 Jul 2021 13:46:07 +0300
finally
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -58,7 +58,8 @@ jobs:
shell: cmd
run: |
mkdir winbin
- copy *.exe + *.png winbin
+ copy /B *.exe winbin
+ copy /B *.png winbin
- name: Upload WindowsBinaries artifacts
uses: actions/upload-artifact@v2
with: