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 8de1c87 commit d1d5903Copy full SHA for d1d5903
windows-release/sign-files.yml
@@ -41,7 +41,7 @@ steps:
41
"*" | Out-File __filelist.txt -Encoding utf8
42
}
43
foreach ($f in $files) {
44
- & $env:TRUSTED_SIGNING_CMD @(-split $env:TRUSTED_SIGNING_ARGS) -fl __filelist.txt $_
+ & $env:TRUSTED_SIGNING_CMD @(-split $env:TRUSTED_SIGNING_ARGS) -fl __filelist.txt $f
45
if (-not $?) { exit $LASTEXITCODE }
46
47
del __filelist.txt
0 commit comments