File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
41
41
- uses : actions/upload-artifact@v4
42
42
if : ${{ always() }}
43
43
with :
44
- name : bap-log
44
+ name : bap-log-full
45
45
path : ~/.local/state/bap
46
46
47
47
- uses : actions/upload-artifact@v4
48
48
if : ${{ always() }}
49
49
with :
50
- name : fun-tests-log
50
+ name : fun-tests-log-full
51
51
path : |
52
52
testsuite/*.log
53
53
testsuite/logs
Original file line number Diff line number Diff line change @@ -71,19 +71,19 @@ jobs:
71
71
- uses : actions/upload-artifact@v4
72
72
if : ${{ always() }}
73
73
with :
74
- name : bap-log
74
+ name : bap-log-${{ matrix.os }}-${{matrix.ocaml-compiler}}
75
75
path : ~/.local/state/bap
76
76
77
77
- uses : actions/upload-artifact@v4
78
78
if : ${{ always() }}
79
79
with :
80
- name : unit-tests-log
80
+ name : unit-tests-log-${{ matrix.os }}-${{matrix.ocaml-compiler}}
81
81
path : _build/default/lib_test/*/oUnit-*.log
82
82
83
83
- uses : actions/upload-artifact@v4
84
84
if : ${{ always() }}
85
85
with :
86
- name : fun-tests-log
86
+ name : fun-tests-log-${{ matrix.os }}-${{matrix.ocaml-compiler}}
87
87
path : |
88
88
testsuite/*.log
89
89
testsuite/logs
Original file line number Diff line number Diff line change @@ -61,19 +61,19 @@ jobs:
61
61
- uses : actions/upload-artifact@v4
62
62
if : ${{ always() }}
63
63
with :
64
- name : bap-log-${{ matrix.os }}-${{ matrix.ocaml-compiler }}
64
+ name : bap-log-nightly- ${{ matrix.os }}-${{ matrix.ocaml-compiler }}
65
65
path : ~/.local/state/bap
66
66
67
67
- uses : actions/upload-artifact@v4
68
68
if : ${{ always() }}
69
69
with :
70
- name : unit-tests-log-${{ matrix.os }}-${{ matrix.ocaml-compiler }}
70
+ name : unit-tests-log-nightly- ${{ matrix.os }}-${{ matrix.ocaml-compiler }}
71
71
path : _build/oUnit-*.log
72
72
73
73
- uses : actions/upload-artifact@v4
74
74
if : ${{ always() }}
75
75
with :
76
- name : fun-tests-log-${{ matrix.os }}-${{ matrix.ocaml-compiler }}
76
+ name : fun-tests-log-nightly- ${{ matrix.os }}-${{ matrix.ocaml-compiler }}
77
77
path : |
78
78
testsuite/*.log
79
79
testsuite/logs
Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ jobs:
84
84
- uses : actions/upload-artifact@v4
85
85
if : ${{ always() }}
86
86
with :
87
- name : bap-log
87
+ name : bap-log-oasis-${{ matrix.os }}-${{ matrix.ocaml-compiler }}
88
88
path : ~/.local/state/bap
89
89
90
90
- uses : actions/upload-artifact@v4
91
91
if : ${{ always() }}
92
92
with :
93
- name : fun-tests-log
93
+ name : fun-tests-log-oasis-${{ matrix.os }}-${{ matrix.ocaml-compiler }}
94
94
path : |
95
95
testsuite/*.log
96
96
testsuite/logs
Original file line number Diff line number Diff line change @@ -53,19 +53,19 @@ jobs:
53
53
- uses : actions/upload-artifact@v4
54
54
if : ${{ always() }}
55
55
with :
56
- name : opam-log-${{ matrix.ocaml-compiler }}
56
+ name : opam-log-weekly- ${{ matrix.ocaml-compiler }}
57
57
path : ~/.opam/log
58
58
59
59
- uses : actions/upload-artifact@v4
60
60
if : ${{ always() }}
61
61
with :
62
- name : bap-log-${{ matrix.ocaml-compiler }}
62
+ name : bap-log-weekly- ${{ matrix.ocaml-compiler }}
63
63
path : ~/.local/state/bap
64
64
65
65
- uses : actions/upload-artifact@v4
66
66
if : ${{ always() }}
67
67
with :
68
- name : fun-tests-log-${{ matrix.ocaml-compiler }}
68
+ name : fun-tests-log-weekly- ${{ matrix.ocaml-compiler }}
69
69
path : |
70
70
testsuite/*.log
71
71
testsuite/logs
You can’t perform that action at this time.
0 commit comments