We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e3ac3 commit 62aa738Copy full SHA for 62aa738
1 file changed
.github/workflows/create-release.yml
@@ -255,6 +255,10 @@ jobs:
255
exit 1
256
}
257
258
+ # Convert to forward slashes for cross-platform compatibility
259
+ $foundPath = $foundPath -replace '\\', '/'
260
+ Write-Host "Using installer path: $foundPath"
261
+
262
echo "installer_path=$foundPath" >> $env:GITHUB_OUTPUT
263
264
- name: Create GitHub Release
0 commit comments