From faf0f6a3dd88f8f9939c92f3dd5c92e9923c890e Mon Sep 17 00:00:00 2001 From: Adam D Date: Sat, 10 Jul 2021 14:27:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20workflow=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 89d19c1..8c7d5ec 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 styles/ scripts/ templates/ languages/ + - run: zip -r ./module.zip module.json LICENSE styles/ dist/ templates/ languages/ # Create a release for this specific version - name: Update Release with Files