Skip to content

Commit

Permalink
Merge pull request #4 from mc-cloud-town/Change-the-maximum-transfer-…
Browse files Browse the repository at this point in the history
…file-size---4G

Update generate.yaml
  • Loading branch information
a3510377 authored Jan 28, 2024
2 parents 175efb6 + 17cb0b1 commit e1e3d8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
cd plugins
zip -r plugins * || echo "build to zip e rror"
mv plugins.zip plugins-${{ inputs.releaseVersion }}.zip
cp plugins-${{ inputs.releaseVersion }}.zip ../out
mv plugins.zip ../out/plugins-${{ inputs.releaseVersion }}.zip
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e1e3d8c

Please sign in to comment.