OpenDRR / earthquake-scenarios

Public repository for earthquake scenarios from the National catalogue / Dépôt public de scénarios de tremblements de terre du catalogue national
https://opendrr.github.io/earthquake-scenarios/
3 stars 8 forks source link

upload_assets.yml GitHub Actions workflow run out of space #85

Open anthonyfok opened 1 year ago

anthonyfok commented 1 year ago

The data files have grown big enough that, as of v1.2.2, the default GitHub runner no longer has sufficient disk/build space for upload_assets.yml (was generate_assets.yml) to complete, in spite of the use of easimon/maximize-build-space in v1.2.3. For example:

Potential solution is to download from release assets of the previous release in a piecemeal fashion, and use Git LFS only for downloading new or changed files.