From 080973cced839cd1f3bf8b0a9d1c3ba714e4d497 Mon Sep 17 00:00:00 2001
From: Anonymus Raccoon
Date: Thu, 6 Feb 2020 16:19:32 +0100
Subject: [PATCH] Oups
---
.github/workflows/buildwin.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/buildwin.yml b/.github/workflows/buildwin.yml
index bc43145..7943386 100644
--- a/.github/workflows/buildwin.yml
+++ b/.github/workflows/buildwin.yml
@@ -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/
\ No newline at end of file
+ path: build/