probonopd 3 days ago committed by GitHub
parent 7c75611b19
commit 3880c5f503
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build.yml

@ -96,7 +96,7 @@ jobs:
with:
name: ${{ env.artifactName }} # Exported above
path: ./sdcard/*
retention-days: 14 # 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)
if: ${{ github.ref == 'refs/heads/main' }}
run: |

Loading…
Cancel
Save