diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62b5cae..5716d0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip # Create a zip file with all files required by the module to add to the release - - run: zip -r ./module.zip module.json README.md LICENSE lang/ packs/ scripts/ styles/ templates/ + - run: zip -r ./module.zip module.json README.md LICENSE CHANGELOG.md lang/ packs/ scripts/ styles/ templates/ # Create a release for this specific version - name: Update Release with Files diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE