Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed May 22, 2024
1 parent d7b732e commit ec21c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
mv -vf {config,defaultconfigs,kubejs,mods,.github/buildtools/serverpack/*} .minecraft
cat .github/buildtools/client_mod.txt | while read -r line; do find .minecraft/mods -name "$line" -delete; done
cd .minecraft
zip -r ./${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-server.zip ./*
zip -r ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-server.zip ./*
- name: Upload zip
uses: actions/upload-artifact@v4.3.3
Expand Down

0 comments on commit ec21c74

Please sign in to comment.