Skip to content

Commit 4368c19

Browse files
committed
Added nanosaur script in release
1 parent 7a23ef1 commit 4368c19

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docker-image.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
nanosaur-stl.zip
110110
nanosaur_description/meshes/datasheet/nanosaur-powerbank.pdf
111111
nanosaur_description/meshes/datasheet/nanosaur-datasheet.pdf
112+
nanosaur/scripts/nanosaur
112113
113114
update_docker_description:
114115
name: Update docker description
@@ -127,7 +128,7 @@ jobs:
127128
short-description: ${{ github.event.repository.description }}
128129
readme-filepath: ./README.md
129130

130-
release_stl:
131+
new_release:
131132
name: Upload release
132133
if: startsWith(github.ref, 'refs/tags/')
133134
runs-on: ubuntu-latest
@@ -150,10 +151,11 @@ jobs:
150151
nanosaur-stl.zip
151152
nanosaur_description/meshes/datasheet/nanosaur-powerbank.pdf
152153
nanosaur_description/meshes/datasheet/nanosaur-datasheet.pdf
154+
nanosaur/scripts/nanosaur
153155
154156
notify:
155157
name: "Notify socials"
156-
needs: [test-pkgs, release_stl, update_docker_description]
158+
needs: [test-pkgs, new_release, update_docker_description]
157159
runs-on: ubuntu-latest
158160
steps:
159161
- name: Discord notification

0 commit comments

Comments
 (0)