We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846d307 commit c553df5Copy full SHA for c553df5
1 file changed
.github/extension/BuildPhpExtension/private/Invoke-Build.ps1
@@ -19,7 +19,7 @@ Function Invoke-Build {
19
20
echo ">>> $((Get-Location).Path)"
21
ls "$((Get-Location).Path)"
22
- ls "$((Get-Location).Path)/lz4"
+ ls "$((Get-Location).Path)\lz4"
23
24
$builder = "php-sdk\phpsdk-starter.bat"
25
$task = [System.IO.Path]::Combine($PSScriptRoot, '..\config\task.bat')
0 commit comments