We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3aae8 commit 58e7a13Copy full SHA for 58e7a13
.github/workflows/ci.yaml
@@ -52,7 +52,7 @@ jobs:
52
- name: Build Ghostty
53
run: |
54
# if [ "${{ github.event_name }}" == "schedule" ]; then
55
- sed -i 's/GHOSTTY_VERSION="$(cat VERSION)"/GHOSTTY_VERSION="tip"/' build.sh
+ # sed -i 's/GHOSTTY_VERSION="$(cat VERSION)"/GHOSTTY_VERSION="tip"/' build.sh
56
# fi
57
./build.sh
58
@@ -63,7 +63,7 @@ jobs:
63
retention-days: 7
64
path: /tmp/ghostty-build/Ghostty-*-${{ matrix.arch }}.AppImage*
65
66
- - name: Upload binaries to release
+ - name: Ghostty stable release
67
if: ${{ github.event_name == 'release' }}
68
uses: svenstaro/upload-release-action@v2
69
with:
0 commit comments