We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8f37c commit 064633cCopy full SHA for 064633c
2 files changed
.github/workflows/release.yml
@@ -51,5 +51,9 @@ jobs:
51
run: |
52
printf '%s' "$ASC_KEY_CONTENT" | base64 -D > "$ASC_KEY_PATH"
53
54
+ - name: Debug ASC key fingerprint
55
+ run: |
56
+ shasum -a 256 "$ASC_KEY_PATH"
57
+
58
- name: Release to App Store Connect
59
run: bundle exec fastlane release
.github/workflows/testflight.yml
@@ -47,5 +47,9 @@ jobs:
47
48
49
50
- name: Upload to TestFlight
run: bundle exec fastlane deploy_testflight
0 commit comments