TIC-80's export win/linux/mac produces self-contained players with
the cart baked in; the templates are downloaded from tic80.com at
export time. The zips follow the <name>-<version>-<slug>.zip droparea
convention so the API registers them as release assets automatically.
Also switch the tic80pro image reference to the canonical registry
host.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The TIC-80 pipeline already runs its export in the tic80pro image and
the lint/minify/docs steps stay on plain alpine — the tic80-luatools
builder image and the registry rename were not wanted here.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
builder.Dockerfile bakes the build step's dependencies into
git.teletype.hu/internal/* so the pipeline no longer installs
packages on every run.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>