From 686cfd8d4b67c81b4ed71b888ce6432d89b6516e Mon Sep 17 00:00:00 2001 From: Adam Oresten Date: Sat, 19 Feb 2022 20:02:28 +0000 Subject: [PATCH] Update main.yml Fixed templates being missing --- .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 9ad139e..6d9a533 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,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 scripts/ languages/ + - run: zip -r ./module.zip module.json LICENSE scripts/ languages/ templates/ # Create a release for this specific version - name: Update Release with Files