Skip to content

Commit 40ff4be

Browse files
move mkdir to last step
1 parent 51c77be commit 40ff4be

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
@@ -318,7 +318,6 @@ jobs:
318318
}
319319
}
320320
rm artifacts/assets -r -Force -ErrorAction SilentlyContinue
321-
mkdir artifacts-win -Force
322321
Get-ChildItem -Path "artifacts" -ErrorAction SilentlyContinue | ForEach-Object {
323322
$destPath = "artifacts-win\" + $_.Name
324323
if (-not (Test-Path -Path $destPath)) {
@@ -334,6 +333,7 @@ jobs:
334333
exit [int]$EXIT_CODE
335334
}
336335
exit $env:SCRIPT_EXIT_CODE
336+
mkdir artifacts-win -Force
337337
- name: Upload artifacts
338338
if: ${{ always() && github.event_name == 'pull_request' }}
339339
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)