Skip to content

Commit 4fe1240

Browse files
add default file
1 parent 40ff4be commit 4fe1240

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/l10n.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,12 +328,15 @@ jobs:
328328
}
329329
}
330330
}
331+
mkdir artifacts-win -Force
332+
if (-not (Test-Path -Path "artifacts-win\*")) {
333+
New-Item -Path "artifacts-win\placeholder.txt" -ItemType File
334+
}
331335
$EXIT_CODE = Get-Content -Path "TEST_EXIT_CODE"
332336
if ($EXIT_CODE -ne 0) {
333337
exit [int]$EXIT_CODE
334338
}
335339
exit $env:SCRIPT_EXIT_CODE
336-
mkdir artifacts-win -Force
337340
- name: Upload artifacts
338341
if: ${{ always() && github.event_name == 'pull_request' }}
339342
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)