Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spyfly committed Jul 1, 2023
1 parent 7bc9b18 commit 024672f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
type: 'zip'
filename: 'release.zip'
exclusions: '*.git*'
path: 'hacs'
directory: 'hacs/custom_components/lametric'
- uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "release.zip"
artifacts: "hacs/custom_components/lametric/release.zip"
bodyFile: "hacs/info.md"

0 comments on commit 024672f

Please sign in to comment.