Skip to content

Commit

Permalink
fix: change build fileFolder
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenghailun committed May 6, 2024
1 parent eabcb3c commit c51d604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Building
run: |
yarn build
zip -r assets ./next/**
zip -r assets ./.next/**
# 基于当前commit进行版本发布(Create a release),tag_name是v前缀加上package.json的version值
- name: Create GitHub Release
# 此步骤中,版本发布后会返回对应的url,以供下面上传制品的步骤中读取使用
Expand Down

0 comments on commit c51d604

Please sign in to comment.