File tree 1 file changed +13
-6
lines changed
1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 80
80
-eux -c "$cmd"
81
81
- uses : actions/upload-artifact@main
82
82
with :
83
- name : artifact
83
+ name : artifact-bootstrap
84
84
path : work/bootstrap
85
85
- uses : actions/upload-artifact@main
86
86
with :
95
95
- run : uglifyjs/run-nexe
96
96
- uses : actions/upload-artifact@main
97
97
with :
98
- name : artifact
98
+ name : artifact-uglifyjs
99
99
path : work/uglifyjs
100
100
101
101
test :
@@ -105,7 +105,11 @@ jobs:
105
105
- uses : actions/checkout@main
106
106
- uses : actions/download-artifact@main
107
107
with :
108
- name : artifact
108
+ name : artifact-bootstrap
109
+ path : work
110
+ - uses : actions/download-artifact@main
111
+ with :
112
+ name : artifact-uglifyjs
109
113
path : work
110
114
- run : chmod +x work/uglifyjs
111
115
- uses : actions/setup-go@main
@@ -143,12 +147,15 @@ jobs:
143
147
steps :
144
148
- uses : actions/download-artifact@main
145
149
with :
146
- name : artifact
150
+ name : artifact-bootstrap
151
+ - uses : actions/download-artifact@main
152
+ with :
153
+ name : artifact-uglifyjs
147
154
- run : chmod +x bootstrap uglifyjs
148
155
- run : zip -j imgconv.zip ./bootstrap ./uglifyjs
149
156
- uses : actions/upload-artifact@main
150
157
with :
151
- name : artifact
158
+ name : artifact-imgconv
152
159
path : imgconv.zip
153
160
154
161
release :
@@ -160,7 +167,7 @@ jobs:
160
167
steps :
161
168
- uses : actions/download-artifact@main
162
169
with :
163
- name : artifact
170
+ name : artifact-imgconv
164
171
- uses : actions/download-artifact@main
165
172
with :
166
173
name : build-number
You can’t perform that action at this time.
0 commit comments