From 7cd6cb6a6516568a94c8e48f3064ab05a6aff92b Mon Sep 17 00:00:00 2001 From: psadi Date: Thu, 19 Mar 2026 21:24:57 +0530 Subject: [PATCH] fix(ci): revert the original tip build logic for nightly releases closes #133 --- .github/workflows/ci.yaml | 3 +++ .gitignore | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a33a5e..33f318d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,6 +54,9 @@ jobs: - name: Setup build environment run: | + if [ "${{ github.event_name }}" == "schedule" ]; then + echo "tip" > VERSION + fi ./bin/setup-env.sh - name: Build Ghostty diff --git a/.gitignore b/.gitignore index 0ec533f..1fb216c 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ ghostty-* quick-sharun uruntime2appimage dist +appinfo