Skip to content

Commit 4dd6103

Browse files
authored
Update develop.yml
1 parent 36174bd commit 4dd6103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/upload-pages-artifact@v3 # <-- 已更新到 v3
4545
with:
4646
# 上传构建输出目录
47-
path: './dist'
47+
path: './build'
4848

4949
deploy:
5050
environment:

0 commit comments

Comments
 (0)