Skip to content

Commit 77947e9

Browse files
committed
(Hopefully) fix Windows build signing on windows-latest.
1 parent 09e88dd commit 77947e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
path: ${{ env.ARTIFACT_NAME }}
243243

244244
node-windows:
245-
runs-on: windows-2022
245+
runs-on: windows-latest
246246
environment: release # This step needs to use the release context to access credentials for code signing.
247247
needs: [validate-preconditions]
248248
if: contains(fromJSON('["rc", "alpha", "node-windows"]'), needs.validate-preconditions.outputs.release_type)
@@ -268,7 +268,7 @@ jobs:
268268

269269
- name: Install DigiCert Client tools (Windows only)
270270
id: digicert_client
271-
uses: digicert/ssm-[email protected]
271+
uses: digicert/code-signing-software-trust-action@v1.0.0
272272

273273
- name: Import Windows certificate (Windows only)
274274
id: windows_certificate

0 commit comments

Comments
 (0)