From d54e241311ee07688e6273c321977453df529451 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Wed, 21 Apr 2021 21:09:12 +1000 Subject: [PATCH] ci: use new path for crashhandler --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83edc8b51..bc4e61491 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,7 +210,7 @@ jobs: run: | mkdir olive-editor cp app/olive-editor.exe olive-editor - cp app/olive-crashhandler.exe olive-editor + cp app/crashhandler/olive-crashhandler.exe olive-editor cp app/olive-editor.pdb olive-editor $DEP_LOCATION/bin/windeployqt olive-editor/olive-crashhandler.exe $DEP_LOCATION/bin/windeployqt olive-editor/olive-editor.exe