Skip to content

Commit 14d1dfe

Browse files
committed
💚 修复 signPath CLI 下载错误
1 parent eda47b0 commit 14d1dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_signPath.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: env.TOKEN != ''
4949
shell: pwsh
5050
run: |
51-
Install-Module -Name SignPath
51+
Install-Module -Name SignPath -Force -AllowClobber -Scope CurrentUser
5252
5353
- name: SignPath 签名
5454
if: env.TOKEN != ''

0 commit comments

Comments
 (0)