File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747
4848 - name : Test to create neovim AppImage
4949 run : |
50- chmod +x ./out/ pkg2appimage*.AppImage*
51- ./out/ pkg2appimage*.AppImage* recipes/neovim.yml
50+ chmod +x ./pkg2appimage*.AppImage*
51+ ./pkg2appimage*.AppImage* recipes/neovim.yml
5252
5353 - name : Verify AppImage Creation and Test
5454 run : |
6969 - name : Release
7070 run : |
7171 wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
72- bash upload.sh ./out/ pkg2appimage*.AppImage*
72+ bash upload.sh ./pkg2appimage*.AppImage*
Original file line number Diff line number Diff line change @@ -55,4 +55,3 @@ rm usr/lib/*-gnu/liblzma.so.5
5555cd ..
5656UPINFO=" gh-releases-zsync|$GITHUB_REPOSITORY_OWNER |pkg2appimage|latest|*$SYSTEM_ARCH .AppImage.zsync"
5757NO_GLIBC_VERSION=true APP=pkg2appimage VERSION=$GIT_SHORT_REV ARCH=" $SYSTEM_ARCH " ./appimagetool-* .AppImage -u " $UPINFO " ./pkg2appimage.AppDir # FIXME: This embeds bintray-zsync
58- mkdir -p out && mv ./pkg2appimage* .AppImage* out/
You can’t perform that action at this time.
0 commit comments