File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 name : man
2929 path : target/doc/cli/man
3030 if-no-files-found : error
31- retention-days : 3
31+ retention-days : 1
3232
3333 shell :
3434 runs-on : ubuntu-latest
4848 name : shell
4949 path : shell
5050 if-no-files-found : error
51- retention-days : 3
51+ retention-days : 1
5252
5353 source :
5454 if : startsWith(github.ref, 'refs/tags/')
@@ -101,7 +101,7 @@ jobs:
101101 name : source
102102 path : ${{ github.ref_name }}.tar.xz
103103 if-no-files-found : error
104- retention-days : 3
104+ retention-days : 1
105105
106106 linux :
107107 runs-on : ubuntu-22.04
@@ -140,7 +140,7 @@ jobs:
140140 name : ${{ github.ref_name }}-${{ matrix.target }}
141141 path : ${{ github.ref_name }}-${{ matrix.target }}.tar.xz
142142 if-no-files-found : error
143- retention-days : 3
143+ retention-days : 1
144144
145145 macos :
146146 runs-on : macos-latest
@@ -165,7 +165,7 @@ jobs:
165165 name : ${{ github.ref_name }}-macos
166166 path : ${{ github.ref_name }}-macos.zip
167167 if-no-files-found : error
168- retention-days : 3
168+ retention-days : 1
169169
170170 publish :
171171 if : startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166 name : coverage
167167 path : lcov.info
168168 if-no-files-found : error
169- retention-days : 3
169+ retention-days : 1
170170
171171 coverage :
172172 needs : test
You can’t perform that action at this time.
0 commit comments