Skip to content

Commit

Permalink
ci: πŸ› Fixed a bug within build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Disane87 committed Sep 29, 2023
1 parent 44b03ab commit 3ddeab0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ddeab0

Please sign in to comment.