Skip to content

Commit

Permalink
ci: 修复不上传子包的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooling0602 committed Nov 10, 2024
1 parent 399f435 commit 6436e2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
run: |
bash pack_plugin.sh
- name: 检查构建
run: |
ls
tree subpacks(rolling)
- name: 上传插件
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6436e2b

Please sign in to comment.