Skip to content

Commit

Permalink
fix(build): 修复打包时不自动上传文件的BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed Dec 5, 2023
1 parent 15181f7 commit 4983788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifactContentType: 'html/text'
artifacts: './release/core.js,./release/ocs.user.js./release/ocs.common.user.js'
artifacts: './release/core.js,./release/ocs.user.js,./release/ocs.common.user.js'
bodyFile: './CHANGELOG_CURRENT.md'

0 comments on commit 4983788

Please sign in to comment.