Skip to content

Commit

Permalink
retention-days: 3 # To not exceed the free MB/month quota so quickly
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
probonopd authored Dec 21, 2024
1 parent 3871ac5 commit e9751e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
with:
name: ${{ env.artifactName }} # Exported above
path: ./sdcard/*
retention-days: 3 # To not exceed the free MB/month quota so quickly
- name: Upload to GitHub Releases (only when building from main branch)
if: ${{ github.ref == 'refs/heads/main' }}
run: |
Expand Down

0 comments on commit e9751e6

Please sign in to comment.