fix(release): bundle artifacts in a top-level folder (no tarbombs) #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/release-tarbomb"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Release archives were tarbombs —
tar -C dir … ./zip -r … .put files at the archive root, so extracting a download dumpedsoundy-bits,assets/,README.md,LICENSEinto the current directory.Now each archive (x86_64, nvenc, aarch64, wasm) contains a single top-level
soundy-bits-<ver>-<target>/folder and extracts cleanly. Verified the new tar/zip layout locally. The GitLab Pages tarball stays flat (served at the site root).Subsumed into the 0.3.0 giga PR #10 — closing.
Pull request closed