Skip to content

fix(ci): run the desktop build step under bash on Windows runners - #22

Merged
selimdizer merged 1 commit into
mainfrom
fix/desktop-build-shell
Aug 1, 2026
Merged

selimdizer merged 1 commit into
mainfrom
fix/desktop-build-shell

Conversation

@selimdizer

Copy link
Copy Markdown
Collaborator

The v0.4.1 release build failed on both Windows desktop jobs:

VERSION=${GITHUB_REF#refs/tags/v}: The term 'VERSION=${GITHUB_REF#refs/tags/v}'
is not recognized as a name of a cmdlet, function, script file, or operable program.

Windows runners default to PowerShell, and the build-info stamping added in #21 is written in bash. Pinning shell: bash on that step keeps one syntax across all five desktop jobs; bash ships with the Windows runner image.

The macOS and Linux desktop jobs and the CLI build all succeeded, so this only affects the two Windows targets.

🤖 Generated with Claude Code

Windows runners default to PowerShell, so the build-info stamping added in #21
failed to parse and both Windows desktop jobs died before wails ran.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@eleksh

eleksh Bot commented Aug 1, 2026

Copy link
Copy Markdown

elek review: encountered an issue

Elek could not complete this review run. See the workflow logs for details.

Estimated review cost: $0.0024 (5,455 in / 0 out tokens)

View run

@selimdizer
selimdizer merged commit ff2410a into main Aug 1, 2026
2 checks passed
@selimdizer
selimdizer deleted the fix/desktop-build-shell branch August 1, 2026 05:42
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