Skip to content

Commit

Permalink
zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
markirb authored and Markus Kirberg committed May 17, 2024
1 parent 1c3bf75 commit 97ebeb5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ jobs:
name: releases-${{ matrix.model }}
path: releases/**/shelly-homekit-${{ matrix.model }}.zip
if-no-files-found: warn
merge:
needs: build
runs-on: ubuntu-latest
steps:
- name: Merge Artifacts
uses: actions/download-artifact/merge@v4
with:
name: all-releases
pattern: release-*

0 comments on commit 97ebeb5

Please sign in to comment.