File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if [ "${GHOSTTY_VERSION}" = "tip" ]; then
2222 export UPINFO=" gh-releases-zsync|$( echo " ${GITHUB_REPOSITORY} " | tr ' /' ' |' ) |tip|Ghostty-*$ARCH .AppImage.zsync"
2323 wget " https://github.com/ghostty-org/ghostty/releases/download/tip/ghostty-source.tar.gz" -O " ghostty-${GHOSTTY_VERSION} .tar.gz"
2424 wget " https://github.com/ghostty-org/ghostty/releases/download/tip/ghostty-source.tar.gz.minisig" -O " ghostty-${GHOSTTY_VERSION} .tar.gz.minisig"
25- GHOSTTY_VERSION=" $( tar -tf " ghostty-${GHOSTTY_VERSION} .tar.gz" --wildcards " *zig.zon.txt" | awk -F ' [-/]' ' {print $2"-"$3}' ) "
25+ GHOSTTY_VERSION=" $( tar -tf " ghostty-${GHOSTTY_VERSION} .tar.gz" --wildcards " *zig.zon.txt" | awk ' -F [-/]' ' {print $2"-"$3"-"$4 }' ) "
2626 echo " ${GHOSTTY_VERSION} " > VERSION
2727 mv ghostty-tip.tar.gz " ghostty-${GHOSTTY_VERSION} .tar.gz"
2828 mv ghostty-tip.tar.gz.minisig " ghostty-${GHOSTTY_VERSION} .tar.gz.minisig"
You can’t perform that action at this time.
0 commit comments