Skip to content

Commit 48e19c9

Browse files
committed
fixed yaml build script i think
1 parent c10533e commit 48e19c9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ jobs:
8989
Copy-Item "$env:Qt5_Dir\bin\Qt5Gui.dll" release\
9090
Copy-Item "$env:Qt5_Dir\bin\Qt5Widgets.dll" release\
9191
92-
$MsysBin = "C:\msys64\mingw64\bin"
93-
Copy-Item "$MsysBin\libwinpthread-1.dll" release\
94-
9592
Copy-Item "$env:Qt5_Dir\plugins\platforms\qwindows.dll" release\platforms\
9693
Copy-Item "$env:Qt5_Dir\plugins\styles\qwindowsvistastyle.dll" release\styles\
9794
@@ -102,7 +99,9 @@ jobs:
10299
- name: Deploy but cooler (MSYS2)
103100
shell: msys2 {0}
104101
run: |
102+
mkdir -p "$GITHUB_WORKSPACE/release"
105103
cp /mingw64/bin/libcurl-4.dll "$GITHUB_WORKSPACE/release/"
104+
cp /mingw64/bin/libwinpthread-1.dll "$GITHUB_WORKSPACE/release/" || true
106105
107106
- name: Build installer
108107
shell: cmd

0 commit comments

Comments
 (0)