We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31cf990 commit 0932164Copy full SHA for 0932164
2 files changed
.github/workflows/ci.yaml
@@ -54,6 +54,9 @@ jobs:
54
55
- name: Setup build environment
56
run: |
57
+ if [ "${{ github.event_name }}" == "schedule" ]; then
58
+ echo "tip" > VERSION
59
+ fi
60
./bin/setup-env.sh
61
62
- name: Build Ghostty
.gitignore
@@ -26,3 +26,4 @@ ghostty-*
26
quick-sharun
27
uruntime2appimage
28
dist
29
+appinfo
0 commit comments