fix: filename for move

This commit is contained in:
Erica Marigold 2023-08-03 20:20:51 +05:30 committed by GitHub
parent 3e43b6a76a
commit 7b9e287b59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,4 +38,4 @@ jobs:
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
cd /build
./pkg2appimage/pkg2appimage lune.yml
mv ./lune/lune-$(uname -m).AppImage ./lune-$LUNE_VERSION-$(uname -m).AppImage
mv ./out/lune-*.AppImage ./out/lune-$LUNE_VERSION.glibc2.34-$(uname -m).AppImage