From 52e64f394b5ac75c63503ea70295db14f1d12792 Mon Sep 17 00:00:00 2001 From: Werner Dohse <33215552+vtt-lair@users.noreply.github.com> Date: Tue, 18 Oct 2022 16:29:21 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4de30ab..4bde78e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: # Create a zip file with all files required by the module to add to the release - name: Create zip file - run: zip -r ./module.zip module.json lang/ scripts/ styles/ templates/ + run: zip -r ./module.zip module.json lang/ scripts/ styles/ # Create a release for this specific version - name: Update Release with Files