Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jsando
Copy link
Owner

@jsando jsando commented Jun 29, 2025

Issue

The v0.1.1 release failed on Windows because the bash syntax doesn't work in PowerShell.

Solution

  • Extract version info in a separate step using bash shell
  • Use GitHub Actions outputs to pass values between steps
  • This ensures cross-platform compatibility

Testing

The fix uses a pattern that works on all platforms (Linux, macOS, Windows).

Use separate step with bash shell to extract version info, then use
GitHub Actions outputs to pass values to the build step. This ensures
compatibility with PowerShell on Windows runners.
@jsando jsando merged commit 4a99fef into main Jun 29, 2025
13 checks passed
@jsando jsando deleted the fix-windows-release branch June 29, 2025 23:31
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