We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69edb84 commit a7b8c80Copy full SHA for a7b8c80
.github/workflows/build.yml
@@ -96,7 +96,7 @@ jobs:
96
with:
97
name: ${{ env.artifactName }} # Exported above
98
path: ./sdcard/*
99
- retention-days: 3 # To not exceed the free MB/month quota so quickly
+ retention-days: 14 # To not exceed the free MB/month quota so quickly
100
- name: Upload to GitHub Releases (only when building from main branch)
101
if: ${{ github.ref == 'refs/heads/main' }}
102
run: |
0 commit comments