-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assert release & nightly builds are signed, notarised & accessible before deployment #559
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's update the bits that needs changing, otherwise that looks good to me!
# XXX: UPDATE THIS BEFORE WHEN GOING LIVE | ||
continue-on-error: true | ||
run: | | ||
. "$env:SIGNTOOL_PATH" verify /pa (get-item ./dist/squirrel-windows*/*.exe) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To update too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're not going live when this merges, we're still using the SSL.com sandbox environment so this check will fail until we finish procurement and get access to the production environment
The windows codesign check is failing atm due to using sandbox certificates
This change is marked as an internal change (Task), so will not be included in the changelog.