Skip to content

Commit f2732ff

Browse files
authored
[CD Fix] Mac release node version & add windows signpath force flag (#853)
* fix generate latest mac node version * fix signpath
1 parent 80974d8 commit f2732ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release_macOS.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Set up Node.js
121121
uses: actions/setup-node@v4
122122
with:
123-
node-version: 'latest'
123+
node-version: '18'
124124
cache: 'yarn'
125125

126126
- name: Reconfigure git to use HTTP authentication

.github/workflows/release_windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
-SigningPolicySlug "Release_Signing" `
8080
-OutputArtifactPath "signed/$exeName" `
8181
-WaitForCompletion
82+
-Force
8283
8384
- name: Install powershell-yaml
8485
run: Install-Module -Name powershell-yaml -Force

0 commit comments

Comments
 (0)