Skip to content

Commit

Permalink
Added nanosaur script in release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Apr 19, 2022
1 parent 7a23ef1 commit 4368c19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
nanosaur-stl.zip
nanosaur_description/meshes/datasheet/nanosaur-powerbank.pdf
nanosaur_description/meshes/datasheet/nanosaur-datasheet.pdf
nanosaur/scripts/nanosaur
update_docker_description:
name: Update docker description
Expand All @@ -127,7 +128,7 @@ jobs:
short-description: ${{ github.event.repository.description }}
readme-filepath: ./README.md

release_stl:
new_release:
name: Upload release
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
Expand All @@ -150,10 +151,11 @@ jobs:
nanosaur-stl.zip
nanosaur_description/meshes/datasheet/nanosaur-powerbank.pdf
nanosaur_description/meshes/datasheet/nanosaur-datasheet.pdf
nanosaur/scripts/nanosaur
notify:
name: "Notify socials"
needs: [test-pkgs, release_stl, update_docker_description]
needs: [test-pkgs, new_release, update_docker_description]
runs-on: ubuntu-latest
steps:
- name: Discord notification
Expand Down

0 comments on commit 4368c19

Please sign in to comment.