Skip to content

fix: include version in archive name for install script#27

Merged
thoroc merged 1 commit intomainfrom
fix/install-script-version
Feb 7, 2026
Merged

fix: include version in archive name for install script#27
thoroc merged 1 commit intomainfrom
fix/install-script-version

Conversation

@thoroc
Copy link
Owner

@thoroc thoroc commented Feb 7, 2026

Problem

The install script failed to download the archive because it was constructing the filename without the version number.

Script was looking for:
Actual artifact is:

Solution

Updated the archive name construction in install.sh to include the version:

This ensures the install script can correctly download versioned release artifacts.

@thoroc thoroc merged commit 7853447 into main Feb 7, 2026
1 check passed
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-copilot Please review this PR focusing on:

  1. Code quality, best practices, and potential bugs
  2. Security vulnerabilities and unsafe patterns
  3. Performance implications
  4. Documentation accuracy and completeness
  5. Test coverage and edge cases

Please provide specific, actionable feedback.

@thoroc thoroc deleted the fix/install-script-version branch February 7, 2026 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant