Skip to content

Commit 51c77be

Browse files
fix error
1 parent 3bfa5db commit 51c77be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/l10n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319
}
320320
rm artifacts/assets -r -Force -ErrorAction SilentlyContinue
321321
mkdir artifacts-win -Force
322-
Get-ChildItem -Path "artifacts" | ForEach-Object {
322+
Get-ChildItem -Path "artifacts" -ErrorAction SilentlyContinue | ForEach-Object {
323323
$destPath = "artifacts-win\" + $_.Name
324324
if (-not (Test-Path -Path $destPath)) {
325325
try {

0 commit comments

Comments
 (0)