Skip to content

Commit 3bfa5db

Browse files
create directory for upload - win
1 parent da20dfd commit 3bfa5db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/l10n.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@ jobs:
318318
}
319319
}
320320
rm artifacts/assets -r -Force -ErrorAction SilentlyContinue
321-
Get-ChildItem -Path "artifacts" -ErrorAction SilentlyContinue | ForEach-Object {
321+
mkdir artifacts-win -Force
322+
Get-ChildItem -Path "artifacts" | ForEach-Object {
322323
$destPath = "artifacts-win\" + $_.Name
323324
if (-not (Test-Path -Path $destPath)) {
324325
try {
@@ -363,7 +364,7 @@ jobs:
363364
with:
364365
name: artifacts-win
365366
path: artifacts-win
366-
- name: Download Windows artifact
367+
- name: Download Linux artifact
367368
uses: actions/download-artifact@v4
368369
with:
369370
name: artifacts-linux

0 commit comments

Comments
 (0)