Skip to content

Commit 6f57d21

Browse files
committed
Fix cert option
1 parent 0f10d74 commit 6f57d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-packages-1.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
Get-ChildItem -Path $path -File | ForEach-Object {
6565
$fileFullPath = $_.FullName
6666
Write-Host "Signing $fileFullPath"
67-
cosign.exe sign-blob $fileFullPath --yes --output-signature $fileFullPath-keyless.sig --output-certificates $fileFullPath-keyless.pem
67+
cosign.exe sign-blob $fileFullPath --yes --output-signature $fileFullPath-keyless.sig --output-certificate $fileFullPath-keyless.pem
6868
}
6969
}
7070

0 commit comments

Comments
 (0)