From 6a841bde8225d5998a85df7b8cb547b6a3a18ff1 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 1 Apr 2021 12:14:27 +1100 Subject: [PATCH] ci: fixed erroneous call --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7a55334a..e4eaccbe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,9 +96,9 @@ jobs: /usr/local/linuxdeployqt-x86_64.AppImage \ appdir/usr/share/applications/org.olivevideoeditor.Olive.desktop \ -appimage \ - -executable appdir/usr/bin/crashpad_handler \ - -executable appdir/usr/bin/minidump_stackwalk \ - -executable appdir/usr/bin/olive-crashhandler \ + -executable=appdir/usr/bin/crashpad_handler \ + -executable=appdir/usr/bin/minidump_stackwalk \ + -executable=appdir/usr/bin/olive-crashhandler \ --appimage-extract-and-run filename=$(echo Olive*.AppImage) pkgname="${filename/x86_64/Linux-x86_64}"