mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
The actions/checkout@v4 step was running after downloading artifacts, causing it to wipe out the downloaded files. This resulted in empty build directories and missing artifacts in the index.html. By moving checkout to the beginning of the upload-to-r2 job, artifacts are downloaded after the repository is cloned, preserving all build files for proper R2 upload. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>