Skip to content

Commit 064633c

Browse files
committed
test: 해시값 디버깅
1 parent db8f37c commit 064633c

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,9 @@ 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+
5458
- name: Release to App Store Connect
5559
run: bundle exec fastlane release

.github/workflows/testflight.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,9 @@ 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+
5054
- name: Upload to TestFlight
5155
run: bundle exec fastlane deploy_testflight

0 commit comments

Comments
 (0)