Skip to content

Commit f4e3526

Browse files
committed
fix: update path for provisioning profile in decrypt_secrets.sh
1 parent 35b7b88 commit f4e3526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/secrets/decrypt_secrets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gpg --quiet --batch --yes --decrypt --passphrase="$IOS_CERTIFICATE_KEY" --output
77

88
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
99

10-
UUID=$(security cms -D -i match_AppStore_comquietmobile.mobileprovision | plutil -extract UUID xml1 -o - - | plutil -p - | sed 's/"//g')
10+
UUID=$(security cms -D -i ./.github/secrets/match_AppStore_comquietmobile.mobileprovision | plutil -extract UUID xml1 -o - - | plutil -p - | sed 's/"//g')
1111
cp ./.github/secrets/match_AppStore_comquietmobile.mobileprovision ~/Library/MobileDevice/Provisioning\ Profiles/$UUID.mobileprovision
1212

1313

0 commit comments

Comments
 (0)