Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9f816b3

Browse files
committedFeb 5, 2025·
retry
1 parent 831c986 commit 9f816b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
echo "$APPLE_CERT" | base64 -d > "$CERT_PATH"
4949
echo "$APP_PROF" | base64 -d > "$APP_PROF_PATH"
5050
echo "$EXT_PROF" | base64 -d > "$EXT_PROF_PATH"
51+
echo $CERT_PASSWORD | wc -c
5152
set -x
5253
security create-keychain -p "" "$KEYCHAIN_PATH"
5354
security set-keychain-settings -lut 21600 "$KEYCHAIN_PATH"

0 commit comments

Comments
 (0)
Please sign in to comment.