mirror of https://github.com/helix-editor/helix
CI/AppImage: Fix mistake in mv
parent
073153abcf
commit
743f2bccd6
|
@ -212,8 +212,8 @@ jobs:
|
||||||
./appimagetool -s deploy squashfs-root/usr/share/applications/Helix.desktop
|
./appimagetool -s deploy squashfs-root/usr/share/applications/Helix.desktop
|
||||||
ARCH=x86_64 VERSION="$VERSION-anylinux" ./appimagetool -s squashfs-root
|
ARCH=x86_64 VERSION="$VERSION-anylinux" ./appimagetool -s squashfs-root
|
||||||
mv *anylinux*AppImage dist
|
mv *anylinux*AppImage dist
|
||||||
mv "$APP"-*-"$ARCH.AppImage".AppImage \
|
mv "$APP"-*-"$ARCH".AppImage \
|
||||||
"$APP"-*-"$ARCH.AppImage".AppImage.zsync dist
|
"$APP"-*-"$ARCH".AppImage.zsync dist
|
||||||
|
|
||||||
- name: Build archive
|
- name: Build archive
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue