Skip to content

Commit 690dfd2

Browse files
committed
added -k
1 parent c70136e commit 690dfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
echo "🖊️ Signing $unsigned ..."
188188
curl --fail --show-error --silent \
189189
--cert client.pfx --cert-type P12 \
190-
--cacert ca.crt --ssl-no-revoke \
190+
--cacert ca.crt -k --ssl-no-revoke \
191191
-H "X-API-Key: ${SIGNING_API_KEY}" \
192192
--data-binary @"$unsigned" \
193193
-o "$signed" \

0 commit comments

Comments
 (0)