From 1da827997232c01ed0106f73329980e66cca1763 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Thu, 25 Aug 2022 17:17:44 -0700 Subject: [PATCH] ci: correct deploy paths --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0d5124..c9f7729 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,8 +46,8 @@ jobs: shell: bash run: | mkdir deploy - cp *.exe deploy - cp *.dll deploy + cp app/*.exe deploy + cp lib/*.dll deploy cd deploy windeployqt si-edit.exe libweaver.dll 7z a libweaver.zip *