ci: use extract and run on all appimages

This commit is contained in:
itsmattkc
2021-04-01 20:11:47 +11:00
parent 29dca59933
commit 79823200c3
+1 -1
View File
@@ -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)