fix: download to expected path

This commit is contained in:
Erica Marigold 2023-08-04 18:31:08 +05:30 committed by GitHub
parent e2bbc210a8
commit df6274116d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ jobs:
apt update
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$SYSTEM_ARCH.AppImage -O /usr/bin/appimagetool
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$SYSTEM_ARCH.AppImage -O /build/lune/appimagetool
appimagetool() {
/usr/bin/appimagetool "$@"