Skip to content

Commit c45cd60

Browse files
committed
remove debug
1 parent 08e5253 commit c45cd60

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,8 @@ jobs:
138138
KEYCHAIN_PATH=${RUNNER_TEMP}/app-signing.keychain-db
139139
CERTIFICATE_PATH=${RUNNER_TEMP}/build_certificate.p12
140140
141-
set -x
142-
type -p base64
143141
echo -n "${MACOS_CERTIFICATE}" |
144-
/usr/bin/base64 --decode --output "${CERTIFICATE_PATH}"
145-
set +x
142+
base64 --decode --output "${CERTIFICATE_PATH}"
146143
147144
security create-keychain -p "${KEYCHAIN_PASSWORD}" "${KEYCHAIN_PATH}"
148145
security default-keychain -s "${KEYCHAIN_PATH}"

0 commit comments

Comments
 (0)