Skip to content

Commit 58e7a13

Browse files
author
psadi
committed
ccccc
1 parent 3f3aae8 commit 58e7a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build Ghostty
5353
run: |
5454
# if [ "${{ github.event_name }}" == "schedule" ]; then
55-
sed -i 's/GHOSTTY_VERSION="$(cat VERSION)"/GHOSTTY_VERSION="tip"/' build.sh
55+
# sed -i 's/GHOSTTY_VERSION="$(cat VERSION)"/GHOSTTY_VERSION="tip"/' build.sh
5656
# fi
5757
./build.sh
5858
@@ -63,7 +63,7 @@ jobs:
6363
retention-days: 7
6464
path: /tmp/ghostty-build/Ghostty-*-${{ matrix.arch }}.AppImage*
6565

66-
- name: Upload binaries to release
66+
- name: Ghostty stable release
6767
if: ${{ github.event_name == 'release' }}
6868
uses: svenstaro/upload-release-action@v2
6969
with:

0 commit comments

Comments
 (0)