Skip to content

Commit

Permalink
修复 Release 重复打包
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaleio authored Jul 3, 2024
1 parent 19cd6be commit 004ffbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
npm install
npm run build
npm run release
rm release.zip
- uses: actions/upload-artifact@v4
with:
name: Release
path: release.zip
path: /

0 comments on commit 004ffbb

Please sign in to comment.