Fix release workflow: clear SPM cache before build

This commit is contained in:
Lawrence Chen 2026-01-29 17:12:43 -08:00
parent eb7c06ceb1
commit bb20dc40e4

View file

@ -50,6 +50,11 @@ jobs:
rm -rf GhosttyKit.xcframework
cp -R ghostty/macos/GhosttyKit.xcframework GhosttyKit.xcframework
- name: Clear SPM cache
run: |
rm -rf ~/Library/Caches/org.swift.swiftpm
rm -rf ~/Library/Developer/Xcode/DerivedData
- name: Build app (Release)
env:
SPARKLE_PUBLIC_KEY: ${{ secrets.SPARKLE_PUBLIC_KEY }}