Skip to content

Commit e61322e

Browse files
committed
ci: remove SPM artifact cache clear step
Added during signing debugging; not needed now that match works cleanly.
1 parent 3fa4ca0 commit e61322e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/deploy_beta.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
name: Patch FlutterGeneratedPluginSwiftPackage minimum iOS version
4242
run: sed -i '' 's/.iOS("13.0")/.iOS("15.0")/g' ios/Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage/Package.swift
4343

44-
- if: matrix.platform == 'ios'
45-
name: Clear SPM artifact cache
46-
run: rm -rf ~/Library/Caches/org.swift.swiftpm/artifacts
47-
4844
- if: matrix.platform == 'ios'
4945
name: Add SSH Key
5046
uses: webfactory/ssh-agent@v0.8.0
@@ -61,6 +57,7 @@ jobs:
6157
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.ASC_ISSUER_ID }}
6258
APP_STORE_CONNECT_API_KEY_BASE64: ${{ secrets.ASC_PRIVATE_KEY }}
6359
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
60+
MATCH_KEYCHAIN_PASSWORD: ${{ secrets.MATCH_KEYCHAIN_PASSWORD }}
6461
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 120
6562
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 5
6663
RELEASE_NOTES: ${{ github.event.release.body }}

0 commit comments

Comments
 (0)