Fix release workflow: clear SPM cache before build
This commit is contained in:
parent
eb7c06ceb1
commit
bb20dc40e4
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue