Skip to content

Fix Windows portable release smoke path - #17

Closed
igorcosta wants to merge 1 commit into
mainfrom
codex/rc5-windows-smoke-hotfix
Closed

Fix Windows portable release smoke path#17
igorcosta wants to merge 1 commit into
mainfrom
codex/rc5-windows-smoke-hotfix

Conversation

@igorcosta

Copy link
Copy Markdown
Contributor

Summary

  • normalize the Windows RUNNER_TEMP path before passing it to GNU tar
  • preserve the same extraction and smoke flow for Linux and macOS
  • add a release-workflow regression assertion for the path conversion

Failure addressed

Release run 29895350261 built the Windows portable archive and NSIS installer successfully, then failed extraction because tar received D:\a\_temp as its -C path.

Validation

  • bun run check:release
  • actionlint .github/workflows/*.yml
  • direct Bash substitution proof: D:\a\_temp becomes D:/a/_temp

@igorcosta

Copy link
Copy Markdown
Contributor Author

Superseded by merged PR #20, which fixes the Windows path safely with cygpath and adds the complete release lifecycle.

@igorcosta igorcosta closed this Jul 23, 2026
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