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 40ff4be commit 4fe1240Copy full SHA for 4fe1240
.github/workflows/l10n.yml
@@ -328,12 +328,15 @@ jobs:
328
}
329
330
331
+ mkdir artifacts-win -Force
332
+ if (-not (Test-Path -Path "artifacts-win\*")) {
333
+ New-Item -Path "artifacts-win\placeholder.txt" -ItemType File
334
+ }
335
$EXIT_CODE = Get-Content -Path "TEST_EXIT_CODE"
336
if ($EXIT_CODE -ne 0) {
337
exit [int]$EXIT_CODE
338
339
exit $env:SCRIPT_EXIT_CODE
- mkdir artifacts-win -Force
340
- name: Upload artifacts
341
if: ${{ always() && github.event_name == 'pull_request' }}
342
uses: actions/upload-artifact@v4
0 commit comments