Skip to content

Commit c829900

Browse files
committed
为 CMD 环境添加检查 ./dist/ 目录是否存在文件的步骤
1 parent 833b6b7 commit c829900

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/auto_package_and_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
fi
117117
118118
- name: Check if ./dist exists and has files (CMD)
119+
shell: cmd
119120
run: |
120121
if exist dist\ (
121122
cd dist

0 commit comments

Comments
 (0)