From 04242a1cb8abd31e827dbf4644339bf0f7936a8b Mon Sep 17 00:00:00 2001 From: Chris Seieroe Date: Wed, 28 Sep 2022 03:29:53 -0700 Subject: [PATCH] add templates directory to workflow --- .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 5a18c95..e67c415 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 src/ README.md packs/ + - run: zip -r ./module.zip module.json src/ README.md packs/ templates/ # Create a release for this specific version - name: Update Release with Files