From 652685909d7bc8eb2461e427ed0d17da8cfa18c8 Mon Sep 17 00:00:00 2001 From: Patrick762 <80690443+Patrick762@users.noreply.github.com> Date: Sun, 18 Jun 2023 17:28:48 +0200 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index efa877a..6f6819e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: - run: mv plugin de.hosting-rt.homeassistant-plugin.sdPlugin - name: Zip Folder - run: zip -r plugin.zip . -x "dist/*" "src/*" "*.json" "node_modules/*" ".gitignore" + run: zip -r plugin.zip . -x "dist/*" "src/*" "package*.json" "tsconfig.json" "node_modules/*" ".gitignore" - name: Upload binaries to release uses: svenstaro/upload-release-action@v2