We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a53550 commit ab5c63cCopy full SHA for ab5c63c
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
certificate-secret: WINDOWS_SIGNING_CERTIFICATE_PFX # Name of the secret that contains the certificate.
44
certificate-password-secret: WINDOWS_SIGNING_CERTIFICATE_PASSWORD # Name of the secret that contains the certificate password.
45
certificate-extension: pfx # File extension for the certificate.
46
- - os: ubuntu-latest
+ - os: ubuntu-20.04
47
- os: macos-latest
48
# APPLE_SIGNING_CERTIFICATE_P12 secret was produced by following the procedure from:
49
# https://www.kencochrane.com/2020/08/01/build-and-sign-golang-binaries-for-macos-with-github-actions/#exporting-the-developer-certificate
0 commit comments