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 004ffbb commit 8509b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
npm install
npm run build
npm run release
rm release.zip
rm ./release.zip
- uses: actions/upload-artifact@v4
with:
name: Release
Expand Down

0 comments on commit 8509b60

Please sign in to comment.