File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,14 @@ jobs:
9090 file_glob : true
9191
9292 - name : Ghostty Tip ("Nightly")
93- uses :
marvinpinto/[email protected] 9493 if : ${{ github.event_name == 'schedule' }}
94+ 9595 with :
96- title : Ghostty Tip ("Nightly")
97- automatic_release_tag : tip
96+ name : ' 👻 Ghostty Tip ("Nightly")'
9897 prerelease : true
99- draft : false
98+ tag_name : tip
99+ target_commitish : ${{ github.sha }}
100+ make_latest : false
101+ generate_release_notes : true
100102 files : |
101103 *.AppImage*
102- repo_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ if [ -f './nix/build-support/fetch-zig-cache.sh' ]; then
5656fi
5757
5858# Build Ghostty with zig
59- echo " BUILD_ARGS: '${BUILD_ARGS} "
59+ echo " BUILD_ARGS: >-"
60+ echo " ${BUILD_ARGS} " | xargs -n 2 | sed ' s/^/\t/'
6061zig build ${BUILD_ARGS}
6162
6263# Prepare AppImage -- Configure launcher script, metainfo and desktop file with icon.
99100cd " ${TMP_DIR} "
100101
101102# create app image
102- appimagetool -u " ${UPINFO} " " ${APP_DIR} "
103+ appimagetool -u " ${UPINFO} " " ${APP_DIR} " --runtime-file /usr/local/bin/uruntime
You can’t perform that action at this time.
0 commit comments