Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit c0ffafa

Browse files
committed
ci: 修复工件处理异常的问题
1 parent 739ceca commit c0ffafa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/release-gen/proc-artifacts.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
$ErrorActionPreference = "Stop"
2+
$artifacts = Get-ChildItem -Path ./out_artifacts -Directory
3+
4+
15
if ($(Test-Path ./out) -eq $false) {
26
mkdir out
37
}

0 commit comments

Comments
 (0)