We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda47b0 commit 14d1dfeCopy full SHA for 14d1dfe
.github/workflows/build_signPath.yml
@@ -48,7 +48,7 @@ jobs:
48
if: env.TOKEN != ''
49
shell: pwsh
50
run: |
51
- Install-Module -Name SignPath
+ Install-Module -Name SignPath -Force -AllowClobber -Scope CurrentUser
52
53
- name: SignPath 签名
54
0 commit comments