File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ jobs:
109
109
nanosaur-stl.zip
110
110
nanosaur_description/meshes/datasheet/nanosaur-powerbank.pdf
111
111
nanosaur_description/meshes/datasheet/nanosaur-datasheet.pdf
112
+ nanosaur/scripts/nanosaur
112
113
113
114
update_docker_description :
114
115
name : Update docker description
@@ -127,7 +128,7 @@ jobs:
127
128
short-description : ${{ github.event.repository.description }}
128
129
readme-filepath : ./README.md
129
130
130
- release_stl :
131
+ new_release :
131
132
name : Upload release
132
133
if : startsWith(github.ref, 'refs/tags/')
133
134
runs-on : ubuntu-latest
@@ -150,10 +151,11 @@ jobs:
150
151
nanosaur-stl.zip
151
152
nanosaur_description/meshes/datasheet/nanosaur-powerbank.pdf
152
153
nanosaur_description/meshes/datasheet/nanosaur-datasheet.pdf
154
+ nanosaur/scripts/nanosaur
153
155
154
156
notify :
155
157
name : " Notify socials"
156
- needs : [test-pkgs, release_stl , update_docker_description]
158
+ needs : [test-pkgs, new_release , update_docker_description]
157
159
runs-on : ubuntu-latest
158
160
steps :
159
161
- name : Discord notification
You can’t perform that action at this time.
0 commit comments