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 da20dfd commit 3bfa5dbCopy full SHA for 3bfa5db
.github/workflows/l10n.yml
@@ -318,7 +318,8 @@ jobs:
318
}
319
320
rm artifacts/assets -r -Force -ErrorAction SilentlyContinue
321
- Get-ChildItem -Path "artifacts" -ErrorAction SilentlyContinue | ForEach-Object {
+ mkdir artifacts-win -Force
322
+ Get-ChildItem -Path "artifacts" | ForEach-Object {
323
$destPath = "artifacts-win\" + $_.Name
324
if (-not (Test-Path -Path $destPath)) {
325
try {
@@ -363,7 +364,7 @@ jobs:
363
364
with:
365
name: artifacts-win
366
path: artifacts-win
- - name: Download Windows artifact
367
+ - name: Download Linux artifact
368
uses: actions/download-artifact@v4
369
370
name: artifacts-linux
0 commit comments