Skip to content

Commit

Permalink
fix: github action fix upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
liukangtian committed Dec 14, 2024
1 parent 26b2ad4 commit 0e35b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# 上传构建文件为 artifact
- name: Upload artifact for deployment
uses: actions/artifact@v4
uses: actions/upload-artifact@v3
with:
path: ./dist
name: github-pages
Expand Down

0 comments on commit 0e35b88

Please sign in to comment.