Skip to content

Commit 1b488f7

Browse files
committed
Update gpt-driver-tests.yml
1 parent 79716b9 commit 1b488f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gpt-driver-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
echo "${{ secrets.BS_BUILD_PROVISION_PROFILE_BASE64_PART_AA }}" >> part_aa
9494
echo "${{ secrets.BS_BUILD_PROVISION_PROFILE_BASE64_PART_AB }}" >> part_aa
9595
echo "${{ secrets.BS_BUILD_PROVISION_PROFILE_BASE64_PART_AC }}" >> part_aa
96-
base64 --decode part_aa > $PP_PATH
96+
base64 -D -i part_aa > $PP_PATH
9797
9898
# create temporary keychain
9999
security create-keychain -p "$KEYCHAIN_PASSWORD" $KEYCHAIN_PATH

0 commit comments

Comments
 (0)