Skip to content

Commit 093e3bc

Browse files
author
OpenIPC Dashboard
committed
Fix CI: Handle existing dist directory and use choco for Inno Setup
1 parent c93a4b7 commit 093e3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Prepare Dist
4141
run: |
42-
mkdir dist
42+
if (!(Test-Path dist)) { mkdir dist }
4343
copy build\appOpenIPC-Dashboard.exe dist\
4444
copy build\*.dll dist\
4545
xcopy build\plugins dist\plugins /E /I

0 commit comments

Comments
 (0)