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 10a48b7 commit 0f10d74Copy full SHA for 0f10d74
.github/workflows/publish-packages-1.0.yml
@@ -61,7 +61,7 @@ jobs:
61
62
foreach ($path in $dllPaths) {
63
Write-Host "Processing path: $path"
64
- Get-ChildItem -Path $path -Recurse -File | ForEach-Object {
+ 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
0 commit comments