File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
55
with :
56
56
name : user-sync-artifact
57
57
path : dist/*.tar.gz
58
- retention-days : 5
58
+ retention-days : 30
59
59
ubuntu-focal :
60
60
runs-on : ubuntu-latest
61
61
strategy :
@@ -105,7 +105,7 @@ jobs:
105
105
with :
106
106
name : user-sync-artifact
107
107
path : dist/*.tar.gz
108
- retention-days : 5
108
+ retention-days : 30
109
109
110
110
111
111
windows :
@@ -145,7 +145,7 @@ jobs:
145
145
with :
146
146
name : user-sync-artifact
147
147
path : dist/*.zip
148
- retention-days : 5
148
+ retention-days : 30
149
149
150
150
151
151
centos :
@@ -208,7 +208,7 @@ jobs:
208
208
with :
209
209
name : user-sync-artifact
210
210
path : dist/*.tar.gz
211
- retention-days : 5
211
+ retention-days : 30
212
212
213
213
214
214
examples :
@@ -223,15 +223,15 @@ jobs:
223
223
with :
224
224
name : user-sync-artifact
225
225
path : examples/*.zip
226
- retention-days : 5
226
+ retention-days : 30
227
227
- name : user-sync.tar.gz
228
228
run : |
229
229
tar -czvf "user-sync-examples.tar.gz" examples
230
230
- uses : actions/upload-artifact@v2
231
231
with :
232
232
name : user-sync-artifact
233
233
path : user-sync-examples.tar.gz
234
- retention-days : 5
234
+ retention-days : 30
235
235
236
236
# release:
237
237
# runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments