Keep appimagetool out of release assets and CI artifacts - #6
Merged
Merged
Conversation
The v0.1.0 release run attached the downloaded appimagetool alongside the actual AutoRoute AppImage, because both matched out/*.AppImage. The tool now downloads into out/.tools/ (invisible to the glob), and both the release attachment and the CI artifact upload are narrowed to out/AutoRoute-*.AppImage as a second guard. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Jac4PWhnEzh7j5f5NaafJ1
SimplyJustJessie
pushed a commit
that referenced
this pull request
Aug 24, 2026
…de/fix-double-titlebar into main Reviewed-on: https://git.bussy.cloud/jessie/AutoRoute/pulls/6
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.
Small follow-up to the v0.1.0 release: the run succeeded and attached
AutoRoute-v0.1.0-x86_64.AppImage, but theout/*.AppImageglob also matched the downloaded appimagetool, so a 15 MB tool binary got attached to the release (and included in CI artifacts) alongside the real image.build-appimage.shnow downloads the tool intoout/.tools/, invisible to the glob.out/AutoRoute-*.AppImageas a second guard.The stray
appimagetool-x86_64.AppImageasset on the existing v0.1.0 release needs one manual delete (release page → edit → remove asset) — asset deletion isn't available to this session's credentials.🤖 Generated with Claude Code
https://claude.ai/code/session_01Jac4PWhnEzh7j5f5NaafJ1
Generated by Claude Code