Skip to content

Commit 0932164

Browse files
authored
fix(ci): revert the original tip build logic for nightly releases (#134)
closes #133
1 parent 31cf990 commit 0932164

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
5555
- name: Setup build environment
5656
run: |
57+
if [ "${{ github.event_name }}" == "schedule" ]; then
58+
echo "tip" > VERSION
59+
fi
5760
./bin/setup-env.sh
5861
5962
- name: Build Ghostty

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ ghostty-*
2626
quick-sharun
2727
uruntime2appimage
2828
dist
29+
appinfo

0 commit comments

Comments
 (0)