mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix: filename for move
This commit is contained in:
parent
3e43b6a76a
commit
7b9e287b59
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.yaml
vendored
2
.github/workflows/appimage.yaml
vendored
|
@ -38,4 +38,4 @@ jobs:
|
||||||
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
|
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
|
||||||
cd /build
|
cd /build
|
||||||
./pkg2appimage/pkg2appimage lune.yml
|
./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
|
||||||
|
|
Loading…
Reference in a new issue