diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a771fd39..de7d1167d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: # Package AppImage $DOWNLOAD_TOOL https://github.com/AppImage/AppImageKit/releases/download/12/appimagetool-x86_64.AppImage chmod +x appimagetool-x86_64.AppImage - VERSION=${GITHUB_SHA::8} ./appimagetool-x86_64.AppImage appdir + VERSION=${GITHUB_SHA::8} ./appimagetool-x86_64.AppImage appdir --appimage-extract-and-run # Set env variables filename=$(echo Olive*.AppImage)