Skip to content

Commit 3ae63d9

Browse files
authored
Update build-php-windows.yml
1 parent afe6743 commit 3ae63d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-php-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
echo ("PHPVER=" + $PHPVER) >> $env:GITHUB_ENV
106106
107107
- name: "Add README for ${{ matrix.combination }}"
108-
if: ${{ matrix.php-version == "8.3" }}
108+
if: ${{ matrix.php-version == '8.3' }}
109109
run:
110110
$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"
111111
[System.Text.Encoding]::UTF8.GetBytes($content) | Set-Content -Path "dist\README.txt" -Encoding Byte

0 commit comments

Comments
 (0)