From fe973dce005b241ce5d96c6e97b9edc1375e57ae Mon Sep 17 00:00:00 2001
From: AnonymusRaccoon
Date: Thu, 6 Feb 2020 16:03:37 +0100
Subject: [PATCH] Oups 3
---
.github/workflows/buildwin.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/buildwin.yml b/.github/workflows/buildwin.yml
index 65a7fc2..bc43145 100644
--- a/.github/workflows/buildwin.yml
+++ b/.github/workflows/buildwin.yml
@@ -23,10 +23,10 @@ jobs:
- name: Build with Makefile
run: |
mingw32-make -C build ComSquare
- - name: Clean up
- run: |
- Set-Location build
- Remove-Item -Recurse -Path * -Exclude ComSquare.exe,bin/*
+ - name: Clean up
+ run: |
+ Set-Location build
+ Remove-Item -Recurse -Path * -Exclude ComSquare.exe,bin/*
- name: Copy shared libs
run: |
Copy-Item -Path build\bin\*.dll -Destination build