mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
ci: remove macos unsigned releases
This commit is contained in:
14
.github/workflows/release-tip.yml
vendored
14
.github/workflows/release-tip.yml
vendored
@ -103,20 +103,6 @@ jobs:
|
|||||||
# Updater
|
# Updater
|
||||||
/usr/libexec/PlistBuddy -c "Set :SUPublicEDKey $SPARKLE_KEY_PUB" "macos/build/Release/Ghostty.app/Contents/Info.plist"
|
/usr/libexec/PlistBuddy -c "Set :SUPublicEDKey $SPARKLE_KEY_PUB" "macos/build/Release/Ghostty.app/Contents/Info.plist"
|
||||||
|
|
||||||
- name: Zip Unsigned App
|
|
||||||
run: nix develop -c sh -c 'cd macos/build/Release && zip -9 -r --symlinks ../../../ghostty-macos-universal-unsigned.zip Ghostty.app'
|
|
||||||
|
|
||||||
# Update Release
|
|
||||||
- name: Release Unsigned
|
|
||||||
uses: softprops/action-gh-release@v1
|
|
||||||
with:
|
|
||||||
name: 'Ghostty Tip ("Nightly")'
|
|
||||||
prerelease: true
|
|
||||||
tag_name: tip
|
|
||||||
target_commitish: ${{ github.sha }}
|
|
||||||
files: ghostty-macos-universal-unsigned.zip
|
|
||||||
token: ${{ secrets.GH_RELEASE_TOKEN }}
|
|
||||||
|
|
||||||
- name: Codesign app bundle
|
- name: Codesign app bundle
|
||||||
env:
|
env:
|
||||||
MACOS_CERTIFICATE: ${{ secrets.PROD_MACOS_CERTIFICATE }}
|
MACOS_CERTIFICATE: ${{ secrets.PROD_MACOS_CERTIFICATE }}
|
||||||
|
Reference in New Issue
Block a user