X Tutup
Skip to content

Commit 8dd9e6e

Browse files
still debugging..
1 parent 123ff8a commit 8dd9e6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ jobs:
243243
244244
openssl x509 -inform der -in "$INTERMEDIATE_CERTIFICATE_PATH" -out "$INTERMEDIATE_PEM_PATH" || cp "$INTERMEDIATE_CERTIFICATE_PATH" "$INTERMEDIATE_PEM_PATH"
245245
246+
security import "$CERTIFICATE_PATH" -P "$P12_PASSWORD" -A -T /usr/bin/codesign -T "/usr/bin/productsign"
247+
246248
echo "create temporary keychain"
247249
security create-keychain -p "$KEYCHAIN_PASSWORD" $KEYCHAIN_PATH
248250

0 commit comments

Comments
 (0)
X Tutup