From d2d1fb919fe35af330eaee32ec2f2d88197012ea Mon Sep 17 00:00:00 2001 From: Matt Raykowski Date: Tue, 30 Nov 2021 12:46:26 -0600 Subject: [PATCH] #50: Added template.json to the automated build. --- .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 bf12b26..7774c38 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}}/system.zip # Create a zip file with all files required by the system to add to the release - - run: zip -r ./system.zip system.json LICENSE css/ module/ templates/ lang/ imgs/ icons/ + - run: zip -r ./system.zip system.json template.json LICENSE css/ module/ templates/ lang/ imgs/ icons/ # Create a release for this specific version - name: Update Release with Files