We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd01622 commit 0da4629Copy full SHA for 0da4629
.github/workflows/check-certificates.yml
@@ -40,7 +40,6 @@ jobs:
40
certificate-secret: WINDOWS_SIGNING_CERTIFICATE_PFX
41
password-secret: WINDOWS_SIGNING_CERTIFICATE_PASSWORD
42
43
-
44
steps:
45
- name: Set certificate path environment variable
46
run: |
.github/workflows/publish-go-nightly-task.yml
@@ -224,7 +224,7 @@ jobs:
224
225
publish-nightly:
226
runs-on: ubuntu-latest
227
- needs:
+ needs:
228
- create-nightly-artifacts
229
- notarize-macos
230
- create-windows-installer
0 commit comments