Skip to content

fix: github action not able to execute the production binary#124

Merged
levibostian merged 1 commit intomainfrom
fix-action
Jan 9, 2026
Merged

fix: github action not able to execute the production binary#124
levibostian merged 1 commit intomainfrom
fix-action

Conversation

@levibostian
Copy link
Copy Markdown
Owner

@levibostian levibostian commented Jan 9, 2026

Related GitHub Issues

Problem

the "./" messed things up. that is only used when you compile the binary, not when you download an existing binary.

Solution

Fixed by making compile vs download the same path.

Testing

  • Added automated tests.
  • Manually tested. If you check this box, provide instructions for others to test, too.

Notes for reviewers

@coveralls
Copy link
Copy Markdown

coveralls commented Jan 9, 2026

Pull Request Test Coverage Report for Build 20856004670

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 80.806%

Totals Coverage Status
Change from base Build 20783133709: 0.0%
Covered Lines: 1235
Relevant Lines: 1564

💛 - Coveralls

the "./" messed things up. that is only used when you compile the binary, not when you download an existing binary. Fixed by making compile vs download the same path.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 9, 2026

decaf

Running deployments in test mode. Results will appear below.
If this pull request and all of it's parent pull requests are merged using the...

...🟩 squash 🟩 merge method... 🚢 The next version of the project will be: 0.9.2

Learn more
Latest release: 0.9.1
Commit of latest release: 2e7f982

Commits since last release:
- fix: github action not able to execute the production binary

Related GitHub Issues

Problem

the "./" messed things up. that is only used when you compile the binary, not when you download an existing binary.

Solution

Fixed by making compile vs download the same path.

Testing

  • Added automated tests.
  • Manually tested. If you check this box, provide instructions for others to test, too.

Notes for reviewers


- add permissions block to github action workflow for testing install script

...🟩 rebase 🟩 merge method... 🚢 The next version of the project will be: 0.9.2

Learn more
Latest release: 0.9.1
Commit of latest release: 2e7f982

Commits since last release:
- fix: github action not able to execute the production binary

the "./" messed things up. that is only used when you compile the binary, not when you download an existing binary. Fixed by making compile vs download the same path.
- add permissions block to github action workflow for testing install script

@levibostian levibostian merged commit fe10806 into main Jan 9, 2026
11 checks passed
@levibostian levibostian deleted the fix-action branch January 9, 2026 15:04
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.

2 participants