File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3636 with :
3737 name : ghostty-appimage
3838 retention-days : 7
39- path : /tmp/ghostty-build/Ghostty-x86_64.AppImage*
39+ path : /tmp/ghostty-build/Ghostty-*- x86_64.AppImage*
4040
4141 release_appimage :
4242 permissions :
5656 uses : svenstaro/upload-release-action@v2
5757 with :
5858 repo_token : ${{ secrets.GITHUB_TOKEN }}
59- file : ./Ghostty-x86_64.AppImage*
59+ file : ./Ghostty-*- x86_64.AppImage*
6060 tag : ${{ github.ref }}
6161 overwrite : true
6262 file_glob : true
Original file line number Diff line number Diff line change 8080
8181chmod +x AppRun
8282
83+ export VERSION=" $( ./AppRun --version 2> /dev/null | awk ' FNR==1 {print $2}' ) "
84+ if [ -z " $VERSION " ]; then
85+ echo " ERROR: Could not get version from ghostty binary"
86+ exit 1
87+ fi
88+
8389cp " ${APPDATA_FILE} " " usr/share/metainfo/com.mitchellh.ghostty.appdata.xml"
8490
8591# Fix Gnome dock issues -- StartupWMClass attribute needs to be present.
You can’t perform that action at this time.
0 commit comments