File tree 1 file changed +4
-18
lines changed
1 file changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -22,31 +22,16 @@ jobs:
22
22
name : data
23
23
path : nanosaur_stl.zip
24
24
25
- test_read :
25
+ release_stl :
26
+ name : Upload release
27
+ if : startsWith(github.ref, 'refs/tags/')
26
28
runs-on : ubuntu-latest
27
29
needs : [export]
28
30
steps :
29
31
- name : Extract artifact
30
32
uses : actions/download-artifact@v2
31
33
with :
32
34
name : data
33
- - name : read data
34
- run : |
35
- ls
36
- cd data
37
- ls
38
-
39
- release_stl :
40
- name : Upload release
41
- if : startsWith(github.ref, 'refs/tags/')
42
- runs-on : ubuntu-latest
43
- needs : [export]
44
- steps :
45
- - name : Checkout code
46
- uses : actions/checkout@v2
47
- - name : Build project # This would actually build your project, using zip for an example artifact
48
- run : |
49
- bash nanosaur_description/scripts/nanosaur_stl.sh
50
35
- name : Create Release
51
36
id : create_release
52
37
uses : actions/create-release@v1
72
57
name : " Deploy Docker image"
73
58
if : startsWith(github.ref, 'refs/tags/')
74
59
runs-on : ubuntu-latest # self-hosted
60
+ needs : [export]
75
61
steps :
76
62
- name : Checkout
77
63
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments