Skip to content

Commit 2825d5b

Browse files
Increase artifact retention
1 parent a4dcb7d commit 2825d5b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
name: user-sync-artifact
5757
path: dist/*.tar.gz
58-
retention-days: 5
58+
retention-days: 30
5959
ubuntu-focal:
6060
runs-on: ubuntu-latest
6161
strategy:
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
name: user-sync-artifact
107107
path: dist/*.tar.gz
108-
retention-days: 5
108+
retention-days: 30
109109

110110

111111
windows:
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
name: user-sync-artifact
147147
path: dist/*.zip
148-
retention-days: 5
148+
retention-days: 30
149149

150150

151151
centos:
@@ -208,7 +208,7 @@ jobs:
208208
with:
209209
name: user-sync-artifact
210210
path: dist/*.tar.gz
211-
retention-days: 5
211+
retention-days: 30
212212

213213

214214
examples:
@@ -223,15 +223,15 @@ jobs:
223223
with:
224224
name: user-sync-artifact
225225
path: examples/*.zip
226-
retention-days: 5
226+
retention-days: 30
227227
- name: user-sync.tar.gz
228228
run: |
229229
tar -czvf "user-sync-examples.tar.gz" examples
230230
- uses: actions/upload-artifact@v2
231231
with:
232232
name: user-sync-artifact
233233
path: user-sync-examples.tar.gz
234-
retention-days: 5
234+
retention-days: 30
235235

236236
# release:
237237
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)