From 34c52a3d161cf8f49cc5f6e1c67b2ac9141a3e98 Mon Sep 17 00:00:00 2001 From: Brayan Almonte Date: Fri, 22 Mar 2024 15:03:33 -0400 Subject: [PATCH] feat(build): upload hepa-uv artifacts to github (#763) --- .github/workflows/release_bundle.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release_bundle.yaml b/.github/workflows/release_bundle.yaml index 3501939ac..ac3df5da5 100644 --- a/.github/workflows/release_bundle.yaml +++ b/.github/workflows/release_bundle.yaml @@ -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'