Skip to content

Commit

Permalink
zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Kirberg committed May 17, 2024
1 parent 1c3bf75 commit edaaedb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ jobs:
- name: Upload firmware artifacts
uses: actions/upload-artifact@v4
with:
name: releases-${{ matrix.model }}
name: release-${{ 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/upload-artifact/merge@v4
with:
name: all-releases
pattern: release-*

0 comments on commit edaaedb

Please sign in to comment.