Skip to content

Commit 95078bc

Browse files
committed
Update build.yml
1 parent fa8c09a commit 95078bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
$pfxPath = Join-Path -Path $pwd -ChildPath "codesigncert.pfx"
3535
[IO.File]::WriteAllBytes("$pfxPath", [System.Convert]::FromBase64String($env:CODESIGN_PFX))
36-
dotnet nuget sign .\artifacts\*.nupkg -CertificatePath $pfxPath -Timestamper http://timestamp.entrust.net/TSS/RFC3161sha2TS
36+
dotnet nuget sign .\artifacts\*.nupkg --certificate-path $pfxPath --timestamper http://timestamp.entrust.net/TSS/RFC3161sha2TS
3737
3838
- name: Artifacts
3939
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)