From dfe1e8bec56a953746a5b2c10325e894b7c22820 Mon Sep 17 00:00:00 2001 From: Richard Gaywood Date: Mon, 2 May 2022 14:12:27 +0100 Subject: [PATCH] rename licence file, add changelog to build --- .github/workflows/release.yml | 2 +- LICENSE.md => LICENSE | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE.md => LICENSE (100%) 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