mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
ci: uncomment the release-to-github code
This commit is contained in:
36
.github/workflows/release-tip.yml
vendored
36
.github/workflows/release-tip.yml
vendored
@ -103,15 +103,15 @@ jobs:
|
|||||||
run: nix develop -c sh -c 'cd macos/build/Release && zip -9 -r --symlinks ../../../ghostty-macos-universal-unsigned.zip Ghostty.app'
|
run: nix develop -c sh -c 'cd macos/build/Release && zip -9 -r --symlinks ../../../ghostty-macos-universal-unsigned.zip Ghostty.app'
|
||||||
|
|
||||||
# Update Release
|
# Update Release
|
||||||
# - name: Release Unsigned
|
- name: Release Unsigned
|
||||||
# uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
# with:
|
with:
|
||||||
# name: 'Ghostty Tip ("Nightly")'
|
name: 'Ghostty Tip ("Nightly")'
|
||||||
# prerelease: true
|
prerelease: true
|
||||||
# tag_name: tip
|
tag_name: tip
|
||||||
# target_commitish: ${{ github.sha }}
|
target_commitish: ${{ github.sha }}
|
||||||
# files: ghostty-macos-universal-unsigned.zip
|
files: ghostty-macos-universal-unsigned.zip
|
||||||
# token: ${{ secrets.GH_RELEASE_TOKEN }}
|
token: ${{ secrets.GH_RELEASE_TOKEN }}
|
||||||
|
|
||||||
- name: Codesign app bundle
|
- name: Codesign app bundle
|
||||||
env:
|
env:
|
||||||
@ -180,15 +180,15 @@ jobs:
|
|||||||
run: cd macos/build/Release && zip -9 -r --symlinks ../../../ghostty-macos-universal.zip Ghostty.app
|
run: cd macos/build/Release && zip -9 -r --symlinks ../../../ghostty-macos-universal.zip Ghostty.app
|
||||||
|
|
||||||
# Update Release
|
# Update Release
|
||||||
# - name: Release
|
- name: Release
|
||||||
# uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
# with:
|
with:
|
||||||
# name: 'Ghostty Tip ("Nightly")'
|
name: 'Ghostty Tip ("Nightly")'
|
||||||
# prerelease: true
|
prerelease: true
|
||||||
# tag_name: tip
|
tag_name: tip
|
||||||
# target_commitish: ${{ github.sha }}
|
target_commitish: ${{ github.sha }}
|
||||||
# files: ghostty-macos-universal.zip
|
files: ghostty-macos-universal.zip
|
||||||
# token: ${{ secrets.GH_RELEASE_TOKEN }}
|
token: ${{ secrets.GH_RELEASE_TOKEN }}
|
||||||
|
|
||||||
# Create our appcast for Sparkle
|
# Create our appcast for Sparkle
|
||||||
- name: Generate Appcast
|
- name: Generate Appcast
|
||||||
|
Reference in New Issue
Block a user