Skip to content

Commit a7b8c80

Browse files
authored
retention-days: 14
[ci skip]
1 parent 69edb84 commit a7b8c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
name: ${{ env.artifactName }} # Exported above
9898
path: ./sdcard/*
99-
retention-days: 3 # To not exceed the free MB/month quota so quickly
99+
retention-days: 14 # To not exceed the free MB/month quota so quickly
100100
- name: Upload to GitHub Releases (only when building from main branch)
101101
if: ${{ github.ref == 'refs/heads/main' }}
102102
run: |

0 commit comments

Comments
 (0)