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 afe6743 commit 3ae63d9Copy full SHA for 3ae63d9
.github/workflows/build-php-windows.yml
@@ -105,7 +105,7 @@ jobs:
105
echo ("PHPVER=" + $PHPVER) >> $env:GITHUB_ENV
106
107
- name: "Add README for ${{ matrix.combination }}"
108
- if: ${{ matrix.php-version == "8.3" }}
+ if: ${{ matrix.php-version == '8.3' }}
109
run:
110
$content = "# Note`n`nCurrent distribution uses extensions:`n`n${{ steps.process-env.outputs.EXTENSIONS }}`n`nUsing compile command:`n`n bin/spc build --build-cli --build-micro ""${{ steps.process-env.outputs.EXTENSIONS }}"" --debug --with-upx-pack"
111
[System.Text.Encoding]::UTF8.GetBytes($content) | Set-Content -Path "dist\README.txt" -Encoding Byte
0 commit comments