@@ -15,6 +15,7 @@ permissions: {}
15
15
env :
16
16
CW_MAP : ' 1'
17
17
CW_JOBS : ' 3'
18
+ CW_PKG_NODELETE : ' 1'
18
19
DO_NOT_TRACK : ' 1'
19
20
DOCKER_CONTENT_TRUST : ' 1'
20
21
56
57
*-*-linux*.*
57
58
urls.txt
58
59
60
+ - uses : actions/upload-artifact@v3
61
+ with :
62
+ name : ' curl-linux-glibc-debian-testing-llvm-tool'
63
+ retention-days : 5
64
+ path : curl-*-*-*/bin/curl
65
+
59
66
linux-glibc-debian-testing-gcc :
60
67
runs-on : ubuntu-latest
61
68
steps :
84
91
*-*-linux*.*
85
92
urls.txt
86
93
94
+ - uses : actions/upload-artifact@v3
95
+ with :
96
+ name : ' curl-linux-glibc-debian-testing-gcc-tool'
97
+ retention-days : 5
98
+ path : curl-*-*-*/bin/curl
99
+
87
100
linux-glibc-debian-bookworm-llvm :
88
101
runs-on : ubuntu-latest
89
102
steps :
@@ -114,6 +127,12 @@ jobs:
114
127
*-*-linux*.*
115
128
urls.txt
116
129
130
+ - uses : actions/upload-artifact@v3
131
+ with :
132
+ name : ' curl-linux-glibc-debian-bookworm-llvm-tool'
133
+ retention-days : 5
134
+ path : curl-*-*-*/bin/curl
135
+
117
136
linux-glibc-debian-bookworm-gcc :
118
137
runs-on : ubuntu-latest
119
138
steps :
@@ -144,6 +163,12 @@ jobs:
144
163
*-*-linux*.*
145
164
urls.txt
146
165
166
+ - uses : actions/upload-artifact@v3
167
+ with :
168
+ name : ' curl-linux-glibc-debian-bookworm-gcc-tool'
169
+ retention-days : 5
170
+ path : curl-*-*-*/bin/curl
171
+
147
172
linux-glibc-debian-sid-llvm-riscv64 :
148
173
runs-on : ubuntu-latest
149
174
steps :
@@ -174,6 +199,12 @@ jobs:
174
199
*-*-linux*.*
175
200
urls.txt
176
201
202
+ - uses : actions/upload-artifact@v3
203
+ with :
204
+ name : ' curl-linux-glibc-debian-sid-llvm-riscv64-tool'
205
+ retention-days : 5
206
+ path : curl-*-*-*/bin/curl
207
+
177
208
linux-glibc-debian-sid-gcc-riscv64 :
178
209
runs-on : ubuntu-latest
179
210
steps :
@@ -204,6 +235,12 @@ jobs:
204
235
*-*-linux*.*
205
236
urls.txt
206
237
238
+ - uses : actions/upload-artifact@v3
239
+ with :
240
+ name : ' curl-linux-glibc-debian-sid-gcc-riscv64-tool'
241
+ retention-days : 5
242
+ path : curl-*-*-*/bin/curl
243
+
207
244
linux-musl-debian-testing-llvm :
208
245
runs-on : ubuntu-latest
209
246
steps :
@@ -232,6 +269,12 @@ jobs:
232
269
*-*-linux*.*
233
270
urls.txt
234
271
272
+ - uses : actions/upload-artifact@v3
273
+ with :
274
+ name : ' curl-linux-musl-debian-testing-llvm-tool'
275
+ retention-days : 5
276
+ path : curl-*-*-*/bin/curl
277
+
235
278
linux-musl-debian-testing-gcc :
236
279
runs-on : ubuntu-latest
237
280
steps :
@@ -260,6 +303,12 @@ jobs:
260
303
*-*-linux*.*
261
304
urls.txt
262
305
306
+ - uses : actions/upload-artifact@v3
307
+ with :
308
+ name : ' curl-linux-musl-debian-testing-gcc-tool'
309
+ retention-days : 5
310
+ path : curl-*-*-*/bin/curl
311
+
263
312
linux-musl-debian-bookworm-llvm :
264
313
runs-on : ubuntu-latest
265
314
steps :
@@ -290,6 +339,12 @@ jobs:
290
339
*-*-linux*.*
291
340
urls.txt
292
341
342
+ - uses : actions/upload-artifact@v3
343
+ with :
344
+ name : ' curl-linux-musl-debian-bookworm-llvm-tool'
345
+ retention-days : 5
346
+ path : curl-*-*-*/bin/curl
347
+
293
348
linux-musl-debian-bookworm-gcc :
294
349
runs-on : ubuntu-latest
295
350
steps :
@@ -320,6 +375,12 @@ jobs:
320
375
*-*-linux*.*
321
376
urls.txt
322
377
378
+ - uses : actions/upload-artifact@v3
379
+ with :
380
+ name : ' curl-linux-musl-debian-bookworm-gcc-tool'
381
+ retention-days : 5
382
+ path : curl-*-*-*/bin/curl
383
+
323
384
linux-musl-debian-sid-llvm-riscv64 :
324
385
runs-on : ubuntu-latest
325
386
steps :
@@ -350,6 +411,12 @@ jobs:
350
411
*-*-linux*.*
351
412
urls.txt
352
413
414
+ - uses : actions/upload-artifact@v3
415
+ with :
416
+ name : ' curl-linux-musl-debian-sid-llvm-riscv64-tool'
417
+ retention-days : 5
418
+ path : curl-*-*-*/bin/curl
419
+
353
420
linux-musl-debian-sid-gcc-riscv64 :
354
421
runs-on : ubuntu-latest
355
422
steps :
@@ -380,6 +447,12 @@ jobs:
380
447
*-*-linux*.*
381
448
urls.txt
382
449
450
+ - uses : actions/upload-artifact@v3
451
+ with :
452
+ name : ' curl-linux-musl-debian-sid-gcc-riscv64-tool'
453
+ retention-days : 5
454
+ path : curl-*-*-*/bin/curl
455
+
383
456
linux-musl-alpine-llvm :
384
457
runs-on : ubuntu-latest
385
458
steps :
@@ -408,6 +481,12 @@ jobs:
408
481
*-*-linux*.*
409
482
urls.txt
410
483
484
+ - uses : actions/upload-artifact@v3
485
+ with :
486
+ name : ' curl-linux-musl-alpine-llvm-x86_64-tool'
487
+ retention-days : 5
488
+ path : curl-*-*-*/bin/curl
489
+
411
490
linux-musl-alpine-gcc :
412
491
runs-on : ubuntu-latest
413
492
steps :
@@ -436,6 +515,12 @@ jobs:
436
515
*-*-linux*.*
437
516
urls.txt
438
517
518
+ - uses : actions/upload-artifact@v3
519
+ with :
520
+ name : ' curl-linux-musl-alpine-gcc-x86_64-tool'
521
+ retention-days : 5
522
+ path : curl-*-*-*/bin/curl
523
+
439
524
linux-musl-from-mac :
440
525
runs-on : macos-latest
441
526
steps :
@@ -456,6 +541,12 @@ jobs:
456
541
*-*-linux*.*
457
542
urls.txt
458
543
544
+ - uses : actions/upload-artifact@v3
545
+ with :
546
+ name : ' curl-linux-musl-from-mac-x86_64-tool'
547
+ retention-days : 5
548
+ path : curl-*-*-*/bin/curl
549
+
459
550
mac-clang :
460
551
runs-on : macos-latest
461
552
steps :
@@ -476,6 +567,12 @@ jobs:
476
567
*-*-macos*.*
477
568
urls.txt
478
569
570
+ - uses : actions/upload-artifact@v3
571
+ with :
572
+ name : ' curl-macos-universal-clang-tool'
573
+ retention-days : 5
574
+ path : curl-*-universal-*/bin/curl
575
+
479
576
mac-llvm :
480
577
runs-on : macos-latest
481
578
steps :
@@ -496,6 +593,12 @@ jobs:
496
593
*-*-macos*.*
497
594
urls.txt
498
595
596
+ - uses : actions/upload-artifact@v3
597
+ with :
598
+ name : ' curl-macos-universal-llvm-tool'
599
+ retention-days : 5
600
+ path : curl-*-universal-*/bin/curl
601
+
499
602
win-llvm :
500
603
runs-on : ubuntu-latest
501
604
steps :
@@ -530,6 +633,12 @@ jobs:
530
633
*-*-mingw*.*
531
634
urls.txt
532
635
636
+ - uses : actions/upload-artifact@v3
637
+ with :
638
+ name : ' curl-windows-llvm-tool'
639
+ retention-days : 5
640
+ path : curl-*-*-*/bin/curl.exe
641
+
533
642
win-gcc :
534
643
runs-on : ubuntu-latest
535
644
steps :
@@ -563,3 +672,9 @@ jobs:
563
672
path : |
564
673
*-*-mingw*.*
565
674
urls.txt
675
+
676
+ - uses : actions/upload-artifact@v3
677
+ with :
678
+ name : ' curl-windows-gcc-noarm64-tool'
679
+ retention-days : 5
680
+ path : curl-*-*-*/bin/curl.exe
0 commit comments