Skip to content

Commit 0f10d74

Browse files
committed
Remove -Recurse flag
1 parent 10a48b7 commit 0f10d74

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
@@ -61,7 +61,7 @@ jobs:
6161
6262
foreach ($path in $dllPaths) {
6363
Write-Host "Processing path: $path"
64-
Get-ChildItem -Path $path -Recurse -File | ForEach-Object {
64+
Get-ChildItem -Path $path -File | ForEach-Object {
6565
$fileFullPath = $_.FullName
6666
Write-Host "Signing $fileFullPath"
6767
cosign.exe sign-blob $fileFullPath --yes --output-signature $fileFullPath-keyless.sig --output-certificates $fileFullPath-keyless.pem

0 commit comments

Comments
 (0)