Skip to content

Commit

Permalink
fix(workflow): issues with workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSchapp committed Oct 2, 2022
1 parent ab00d2f commit 17ade4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@semantic-release/release-notes-generator",
["@semantic-release/github", {
"assets": [
{"path": "dist/firmware/release.zip", "label": "BabyScout Firmware"}
{"path": "dist/release.zip", "label": "BabyScout Firmware"}
]
}]
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: thedoctor0/zip-release@main
with:
type: 'zip'
directory: 'dist/firmware/'
directory: 'dist/'
filename: 'release.zip'
- name: Setup Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 17ade4f

Please sign in to comment.