From 3ddeab0a22b5671ccd2d2be6b859abe57c64606b Mon Sep 17 00:00:00 2001 From: Marco Franke Date: Fri, 29 Sep 2023 07:15:59 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=90=9B=20Fixed=20a=20bug=20within?= =?UTF-8?q?=20build=20pipeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/semantic_release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index c965e94..be8de77 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -18,6 +18,10 @@ jobs: with: fetch-depth: 0 + - name: Create dir + run: | + mkdir dist + - uses: montudor/action-zip@v1 with: args: zip -r dist/release.zip custom_components/spoolman