Skip to content

Commit bc8ee04

Browse files
committed
fix typo
1 parent 208296c commit bc8ee04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/upload_file.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
# 这将从您的工作流中上传工件,且允许您在工作流完成后在作业之间共享数据并存储数据
1111
- uses: actions/upload-artifact@v2
1212
with:
13-
- name: my-artifact # 文件名称
14-
- path: hello.txt # 文件路径
15-
- if-no-files-found: error # 未找到文件时执行的操作
13+
name: my-artifact # 文件名称
14+
path: hello.txt # 文件路径
15+
if-no-files-found: error # 未找到文件时执行的操作

0 commit comments

Comments
 (0)