diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index eef0c66161..c8a61c13f6 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -224,14 +224,9 @@ jobs: - name: Pack artifacts run: | cd build/ - zip -9r LiteLoaderBDS-full.zip LiteLoaderBDS/* - zip -9r PeEditor.zip PeEditor/* - zip -9r PreLoader.zip PreLoader/* - zip -9r LiteLoader.zip LiteLoader/* - zip -9r ScriptEngine.zip ScriptEngine/* - zip -9r LLParticle.zip LLParticle/* - zip -9r LLPermission.zip LLPermission/* - zip -9r PDB.zip PDB/* + zip -0r LiteLoaderBDS.zip LiteLoaderBDS/* + zip -0r PDB.zip PDB/* + zip -9r Modules.zip PeEditor PreLoader LiteLoader ScriptEngine LLParticle LLPermission shell: bash - name: Create release @@ -241,13 +236,8 @@ jobs: tag: ${{ github.event.inputs.tag }} bodyFile: RELEASE_NOTES.md artifacts: | - build/LiteLoaderBDS-full.zip - build/PeEditor.zip - build/PreLoader.zip - build/LiteLoader.zip - build/ScriptEngine.zip - build/LLParticle.zip - build/LLPermission.zip + build/LiteLoaderBDS.zip + build/Modules.zip build/PDB.zip env: GITHUB_REPOSITORY: LiteLDev/LiteLoaderBDS diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a5ee677977..dcf5b178e3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,11 +1,10 @@ # Release 2.10.0-beta.2 -![BDS 1.19.61.01](https://img.shields.io/badge/BDS-1.19.61.01-blue?style=for-the-badge) -![Protocol 567](https://img.shields.io/badge/Protocol-567-orange?style=for-the-badge) +![BDS 1.19.61.01](https://img.shields.io/badge/BDS-1.19.61.01-blue?style=for-the-badge) ![Protocol 567](https://img.shields.io/badge/Protocol-567-orange?style=for-the-badge) -## Added +## Changed -- Component releases (by @Futrime) +- Pack modules into one zip file (by @Futrime) **Full Changelog**: https://github.com/LiteLDev/LiteLoaderBDS/compare/2.10.0-beta.1...2.10.0-beta.2 \ No newline at end of file