From 69d4e4f2a7258e5cd71a4bbddfca4dfcd578dbb4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 27 Mar 2024 09:58:17 -0700 Subject: [PATCH] ci: put debug build in release --- .github/workflows/release-tip.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index 4ef6d51b6..a3c5e61f3 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -334,6 +334,17 @@ jobs: - name: Zip App run: cd macos/build/Release && zip -9 -r --symlinks ../../../ghostty-macos-universal-debug.zip Ghostty.app + # Update Release + - name: Release + uses: softprops/action-gh-release@v2 + with: + name: 'Ghostty Tip ("Nightly")' + prerelease: true + tag_name: tip + target_commitish: ${{ github.sha }} + files: ghostty-macos-universal-debug.zip + token: ${{ secrets.GH_RELEASE_TOKEN }} + # Update Blob Storage - name: Prep R2 Storage run: |