Skip to content

Commit d1d5903

Browse files
committed
Wrong filename variable
1 parent 8de1c87 commit d1d5903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-release/sign-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ steps:
4141
"*" | Out-File __filelist.txt -Encoding utf8
4242
}
4343
foreach ($f in $files) {
44-
& $env:TRUSTED_SIGNING_CMD @(-split $env:TRUSTED_SIGNING_ARGS) -fl __filelist.txt $_
44+
& $env:TRUSTED_SIGNING_CMD @(-split $env:TRUSTED_SIGNING_ARGS) -fl __filelist.txt $f
4545
if (-not $?) { exit $LASTEXITCODE }
4646
}
4747
del __filelist.txt

0 commit comments

Comments
 (0)