From 76df225efa51206dac8966f33be25dda09f8066e Mon Sep 17 00:00:00 2001 From: Coow Date: Fri, 22 Sep 2023 02:29:00 +0200 Subject: [PATCH] Maybe add the new Extension to the release... --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 789e436..f9c307c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,8 +33,8 @@ jobs: - name: Build bundle run: | npm run build --if-present --skipLibCheck - zip -r caster-manager.zip package.json node_modules package-lock.json dashboard graphics README.md LICENSE - tar -cvf caster-manager.tar package.json node_modules package-lock.json dashboard graphics README.md LICENSE + zip -r caster-manager.zip package.json node_modules package-lock.json dashboard graphics extension README.md LICENSE + tar -cvf caster-manager.tar package.json node_modules package-lock.json dashboard graphics extension README.md LICENSE - uses: "marvinpinto/action-automatic-releases@latest" with: