CI/AppImage: Fix mistake in mv

pull/11243/head
Samuel 2024-07-21 18:52:21 -04:00 committed by GitHub
parent 073153abcf
commit 743f2bccd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -212,8 +212,8 @@ jobs:
./appimagetool -s deploy squashfs-root/usr/share/applications/Helix.desktop
ARCH=x86_64 VERSION="$VERSION-anylinux" ./appimagetool -s squashfs-root
mv *anylinux*AppImage dist
mv "$APP"-*-"$ARCH.AppImage".AppImage \
"$APP"-*-"$ARCH.AppImage".AppImage.zsync dist
mv "$APP"-*-"$ARCH".AppImage \
"$APP"-*-"$ARCH".AppImage.zsync dist
- name: Build archive
shell: bash