Skip to content

Commit 62aa738

Browse files
committed
workflow: fix pathing to installer
1 parent 29e3ac3 commit 62aa738

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@ jobs:
255255
exit 1
256256
}
257257
258+
# Convert to forward slashes for cross-platform compatibility
259+
$foundPath = $foundPath -replace '\\', '/'
260+
Write-Host "Using installer path: $foundPath"
261+
258262
echo "installer_path=$foundPath" >> $env:GITHUB_OUTPUT
259263
260264
- name: Create GitHub Release

0 commit comments

Comments
 (0)