From b9d53359f1d4143d9552f9d12fe9d61ff4035b6e Mon Sep 17 00:00:00 2001 From: arcanist Date: Sun, 29 Aug 2021 22:35:02 -0400 Subject: [PATCH] ci: include mappings in dist --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e866008..be7ccc6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,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 LICENSE CHANGELOG.md styles/ scripts/ templates/ languages/ node_modules/ + - run: zip -r ./module.zip module.json LICENSE CHANGELOG.md styles/ scripts/ templates/ languages/ mappings/ node_modules/ # Create a release for this specific version - name: Update Release with Files