chore(ci): add debug logs for windows signing
https://learn.microsoft.com/en-us/windows/msix/package/signing-known-issues Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
cba367ba1d
commit
c2b404f410
|
@ -40,10 +40,10 @@ for FILE in ${FOUND_FILES}; do
|
|||
done
|
||||
|
||||
# Sign all the non-signed binaries. Add -debug if need be.
|
||||
"${SIGNTOOL}" sign -v -fd SHA256 \
|
||||
"${SIGNTOOL}" sign -v -debug -fd SHA256 \
|
||||
-p "${WINDOWS_CODESIGN_PASSWORD}" \
|
||||
-f "${WINDOWS_CODESIGN_PFX_PATH}" \
|
||||
-tr "${WINDOWS_CODESIGN_TIMESTAMP_URL}" \
|
||||
"${FILES_TO_SIGN[@]}" | dos2unix
|
||||
"${FILES_TO_SIGN[@]}"
|
||||
|
||||
echo "Signed successfully!"
|
||||
|
|
Loading…
Reference in New Issue