ci: put debug build in release

This commit is contained in:
Mitchell Hashimoto
2024-03-27 09:58:17 -07:00
parent 1be85e9d36
commit 69d4e4f2a7

View File

@ -334,6 +334,17 @@ jobs:
- name: Zip App - name: Zip App
run: cd macos/build/Release && zip -9 -r --symlinks ../../../ghostty-macos-universal-debug.zip Ghostty.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 # Update Blob Storage
- name: Prep R2 Storage - name: Prep R2 Storage
run: | run: |