Skip to content

Commit 4ae09f9

Browse files
committed
[Setting] #116 - 프로비저닝 파일 앱스토어 버전으로 변경
1 parent f46f67c commit 4ae09f9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
7.78 KB
Binary file not shown.
-7.92 KB
Binary file not shown.

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
CERT_ENCRYPTION_KEY: ${{ secrets.CERT_ENCRYPTION_PWD }}
3131

3232
# provisioning
33-
ENCRYPTED_PROVISION_FILE_PATH: ${{ '.github/secrets/Wable_Release.mobileprovision.gpg' }}
34-
DECRYPTED_PROVISION_FILE_PATH: ${{ '.github/secrets/Wable_Release.mobileprovision' }}
33+
ENCRYPTED_PROVISION_FILE_PATH: ${{ '.github/secrets/Wable_AppStore.mobileprovision.gpg' }}
34+
DECRYPTED_PROVISION_FILE_PATH: ${{ '.github/secrets/Wable_AppStore.mobileprovision' }}
3535
PROVISIONING_ENCRYPTION_KEY: ${{ secrets.PROVISION_ENCRYPTION_PWD }}
3636

3737
#appclip provisioning

0 commit comments

Comments
 (0)