Skip to content

Commit 9329c9c

Browse files
committed
Merge branch 'fix/#225-fastlane' of https://github.com/opficdev/SwiftUI_DevLog into fix/#225-fastlane
2 parents aa6b306 + 776987d commit 9329c9c

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ jobs:
5151
run: |
5252
printf '%s' "$ASC_KEY_CONTENT" | base64 -D > "$ASC_KEY_PATH"
5353
54+
- name: Debug ASC key fingerprint
55+
run: |
56+
shasum -a 256 "$ASC_KEY_PATH"
57+
58+
- name: Debug ASC metadata fingerprint
59+
run: |
60+
printf '%s' "$ASC_KEY_ID" | shasum -a 256
61+
printf '%s' "$ASC_ISSUER_ID" | shasum -a 256
62+
5463
- name: Release to App Store Connect
5564
run: bundle exec fastlane release
5665

.github/workflows/testflight.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,14 @@ jobs:
4747
run: |
4848
printf '%s' "$ASC_KEY_CONTENT" | base64 -D > "$ASC_KEY_PATH"
4949
50+
- name: Debug ASC key fingerprint
51+
run: |
52+
shasum -a 256 "$ASC_KEY_PATH"
53+
54+
- name: Debug ASC metadata fingerprint
55+
run: |
56+
printf '%s' "$ASC_KEY_ID" | shasum -a 256
57+
printf '%s' "$ASC_ISSUER_ID" | shasum -a 256
58+
5059
- name: Upload to TestFlight
5160
run: bundle exec fastlane deploy_testflight

0 commit comments

Comments
 (0)