Skip to content

Commit

Permalink
fix(releaserc): Added in firmware file assets
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSchapp committed Sep 21, 2022
1 parent 8f0445a commit e38d5ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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": "firmware/**/*", "label": "BabyScout Firmware"}
{"path": "release.zip", "label": "BabyScout Firmware"}
]
}]
],
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Archive Release
uses: thedoctor0/zip-release@main
with:
type: 'zip'
directory: 'firmware/'
filename: 'release.zip'
- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit e38d5ed

Please sign in to comment.