We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f10d74 commit 6f57d21Copy full SHA for 6f57d21
.github/workflows/publish-packages-1.0.yml
@@ -64,7 +64,7 @@ jobs:
64
Get-ChildItem -Path $path -File | ForEach-Object {
65
$fileFullPath = $_.FullName
66
Write-Host "Signing $fileFullPath"
67
- cosign.exe sign-blob $fileFullPath --yes --output-signature $fileFullPath-keyless.sig --output-certificates $fileFullPath-keyless.pem
+ cosign.exe sign-blob $fileFullPath --yes --output-signature $fileFullPath-keyless.sig --output-certificate $fileFullPath-keyless.pem
68
}
69
70
0 commit comments