ci: correct filename for appcast
parent
3baa6213b0
commit
b5aaad9d34
|
|
@ -185,7 +185,7 @@ jobs:
|
|||
SPARKLE_KEY: ${{ secrets.PROD_MACOS_SPARKLE_KEY }}
|
||||
run: |
|
||||
echo $SPARKLE_KEY > signing.key
|
||||
sign_update -f signing.key src/App.zig > sign_update.txt
|
||||
sign_update -f signing.key ghostty-macos-universal.zip > sign_update.txt
|
||||
curl -L https://tip.files.ghostty.dev/appcast.xml > appcast.xml
|
||||
python3 ./dist/macos/update_appcast_tip.py
|
||||
test -f appcast_new.xml
|
||||
|
|
|
|||
Loading…
Reference in New Issue