File tree 1 file changed +6
-17
lines changed
1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 51
51
cd sm-environment/build
52
52
python ./build.py
53
53
cd ../..
54
+ - name : Publish
55
+ uses : actions/upload-artifact@v1
56
+ with :
57
+ name : linux
58
+ path : sm-environment/build/package
54
59
55
60
build-windows :
56
61
name : Windows - Build
@@ -101,24 +106,8 @@ jobs:
101
106
cd sm-environment/build
102
107
python ./build.py
103
108
cd ../..
104
-
105
- artifact-linux :
106
- name : Linux - Publish artifact
107
- needs : build-linux
108
- runs-on : ubuntu-latest
109
- steps :
110
- - name : Publish
111
- uses : actions/upload-artifact@v1
112
- with :
113
- name : linux
114
- path : sm-environment/build/package
115
- artifact-windows :
116
- name : Windows - Publish artifact
117
- needs : build-windows
118
- runs-on : windows-latest
119
- steps :
120
109
- name : Publish
121
110
uses : actions/upload-artifact@v1
122
111
with :
123
112
name : windows
124
- path : sm-environment/build/package
113
+ path : sm-environment/build/package
You can’t perform that action at this time.
0 commit comments