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