Fastlane TestFlight Dependencies (#1187)

This commit is contained in:
Ethan Pippin 2024-08-14 21:12:22 -06:00 committed by GitHub
parent 32f23ff295
commit 17f13fe36e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 5 deletions

View File

@ -19,11 +19,12 @@ jobs:
if: ${{ github.event.client_payload.hasCheckoutCommit }} if: ${{ github.event.client_payload.hasCheckoutCommit }}
run: | run: |
git checkout ${{ github.event.client_payload.commitSHA }} git checkout ${{ github.event.client_payload.commitSHA }}
- run: 'echo "$SSH_KEY" > key' - name: Install SwiftGen
shell: bash run: brew install swiftgen
env:
SSH_KEY: ${{secrets.P12_PASSWORD}} - name: Update Carthage
run: carthage update --use-xcframeworks --cache-builds
- name: Install the Apple certificate and provisioning profile - name: Install the Apple certificate and provisioning profile
env: env: