TASK-050: publish release assets and README download table - #38
Merged
Merged
Conversation
Build a real template_release GDExtension on Linux (extension:build now runs scons twice, matching build-macos/build-windows/build-web), author Linux and Windows export presets from scratch, and add export/package/ship task triads producing neo_snake-linux-x86_64.tar.gz, neo_snake-windows-x86_64.zip, and neo_snake-web.zip. Add .github/workflows/release.yml (release published + workflow_dispatch) uploading each platform's asset via gh release upload --clobber, plus tools/update_readme_downloads.py to regenerate README.md's download table between DOWNLOADS:START/END markers from a real release's assets.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
extension:build(Linux) to produce atemplate_releaseGDExtension too (previously debug-only), and author Linux/Windows Godot export presets from scratch, empirically verified via real--export-releaseruns.export-*/package-*/ship-*task triads (taskfiles/release.yml) producingneo_snake-linux-x86_64.tar.gz,neo_snake-windows-x86_64.zip, andneo_snake-web.zip..github/workflows/release.yml(triggered byrelease: publishedandworkflow_dispatch), uploading each platform's asset viagh release upload --clobberthrough thintask ci:release-<platform>wrappers, plus anupdate-readmejob that regeneratesREADME.md's download table and pushes tomain.tools/update_readme_downloads.py, which regenerates the table between<!-- DOWNLOADS:START/END -->markers from a real release's assets.backlog/decisions/decision-033documents the new export presets, asset naming, and workflow design;decision-032gets an addendum confirming the Apple signing secrets are now configured.Test plan
task checkgreenactionlint .github/workflows/release.ymlcleandocker/windows/Dockerfile'sartifactsstage) and rangh release upload --clobberfor real against a disposable prerelease (v0.0.0-task050-verify, created and deleted in this session) — verifies AC#1 for those three platformstools/update_readme_downloads.pyagainst that real release: produced a correct table with real download URLs (AC#2), and a second run against the same release reported no change (AC#3)release: publishedtrigger will be exercised for real once this merges and a real production release is published — cannot build a macOS DMG on this Linux dev host🤖 Generated with Claude Code