From 93f95b7d57af1023a16f736a5f6870b25a70c94f Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Tue, 23 Mar 2021 22:43:05 +1100 Subject: [PATCH] ci: fixed incorrect crashpad path --- .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 52c345d99..ee2b569c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,7 +206,7 @@ jobs: windeployqt olive-editor/olive-crashhandler.exe windeployqt olive-editor/olive-editor.exe cp $(cygpath $DEP_LOCATION)/bin/*.dll olive-editor - cp $(cygpath $DEP_LOCATION)/out/Default/crashpad_handler.exe olive-editor + cp $(cygpath $DEP_LOCATION)/crashpad/out/Default/crashpad_handler.exe olive-editor cp $(cygpath $DEP_LOCATION)/bin/minidump_stackwalk.exe olive-editor - name: Export Crashpad symbols