retention-days: 3 # To not exceed the free MB/month quota so quickly

[ci skip]
fx-full
probonopd 3 weeks ago committed by GitHub
parent 3871ac5748
commit e9751e6241
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/build.yml

@ -96,6 +96,7 @@ jobs:
with: with:
name: ${{ env.artifactName }} # Exported above name: ${{ env.artifactName }} # Exported above
path: ./sdcard/* 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) - name: Upload to GitHub Releases (only when building from main branch)
if: ${{ github.ref == 'refs/heads/main' }} if: ${{ github.ref == 'refs/heads/main' }}
run: | run: |

Loading…
Cancel
Save