|
|
@ -96,7 +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 |
|
|
|
retention-days: 14 # 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: | |
|
|
|