diff --git a/.github/workflows/appimage.yaml b/.github/workflows/appimage.yaml index 4d2e5af..6297f1d 100644 --- a/.github/workflows/appimage.yaml +++ b/.github/workflows/appimage.yaml @@ -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