Skip to content

Commit

Permalink
feat(build): upload hepa-uv artifacts to github (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 authored Mar 22, 2024
1 parent a6476b3 commit 34c52a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ jobs:
name: 'firmware-gripper-images-${{github.ref_name}}'
path: |
dist/gripper-images/*.hex
- name: 'Upload hepa-uv-images artifact'
uses: actions/upload-artifact@v3
with:
name: 'firmware-hepa-uv-images-${{github.ref_name}}'
path: |
dist/hepa-uv-images/*.hex
release:
name: 'Do a release'
runs-on: 'ubuntu-latest'
Expand Down

0 comments on commit 34c52a3

Please sign in to comment.