A release-management repo around external hardware assets
The repo is not a large in-repo CAD workspace. Instead, it acts as the public GitHub home for the OpenArm hardware package, linking to the real CAD files in Google Drive and assembling them into versioned GitHub release archives.
| README | Introduces the project and links to CAD, docs, Discord, and licensing. |
|---|---|
dev/google-drive-files/ |
Tracks Google Drive file IDs and maps them into release paths for STEP, STL, wiring, and attachments. |
dev/release.sh |
Creates and pushes version tags from main. |
.github/workflows/release.yaml |
Builds a tarball, downloads manifest-listed assets, computes checksums, and publishes a GitHub release. |