File tree 1 file changed +7
-16
lines changed
1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,10 @@ jobs:
73
73
run : |
74
74
mkdir -p nitro
75
75
cp build/nitro nitro/
76
-
76
+ zip -r nitro.zip nitro
77
77
# run e2e testing
78
78
cd nitro
79
79
chmod +x ../.github/scripts/e2e-test-linux-and-mac.sh && ../.github/scripts/e2e-test-linux-and-mac.sh ./nitro ${{ env.MODEL_URL }}
80
- cd ..
81
-
82
- zip -r nitro.zip nitro
83
80
84
81
85
82
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
@@ -124,13 +121,11 @@ jobs:
124
121
run : |
125
122
mkdir -p nitro
126
123
cp build/nitro nitro/
127
-
124
+ zip -r nitro.zip nitro
125
+
128
126
# run e2e testing
129
127
cd nitro
130
128
chmod +x ../.github/scripts/e2e-test-linux-and-mac.sh && ../.github/scripts/e2e-test-linux-and-mac.sh ./nitro ${{ env.MODEL_URL }}
131
- cd ..
132
-
133
- zip -r nitro.zip nitro
134
129
135
130
136
131
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
@@ -177,13 +172,11 @@ jobs:
177
172
mkdir -p nitro
178
173
cp llama.cpp/ggml-metal.metal nitro/
179
174
cp build/nitro nitro/
180
-
175
+ zip -r nitro.zip nitro
176
+
181
177
# run e2e testing
182
178
cd nitro
183
179
chmod +x ../.github/scripts/e2e-test-linux-and-mac.sh && ../.github/scripts/e2e-test-linux-and-mac.sh ./nitro ${{ env.MODEL_URL }}
184
- cd ..
185
-
186
- zip -r nitro.zip nitro
187
180
188
181
189
182
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
@@ -228,13 +221,11 @@ jobs:
228
221
run : |
229
222
mkdir -p nitro
230
223
cp build/nitro nitro/
231
-
224
+ zip -r nitro.zip nitro
225
+
232
226
# run e2e testing
233
227
cd nitro
234
228
chmod +x ../.github/scripts/e2e-test-linux-and-mac.sh && ../.github/scripts/e2e-test-linux-and-mac.sh ./nitro ${{ env.MODEL_URL }}
235
- cd ..
236
-
237
- zip -r nitro.zip nitro
238
229
239
230
240
231
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
You can’t perform that action at this time.
0 commit comments