Skip to content

Commit e896f90

Browse files
authored
Update build-php-windows.yml
1 parent 591ac09 commit e896f90

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
@@ -106,7 +106,7 @@ jobs:
106106
107107
- name: "Add README for ${{ matrix.combination }}"
108108
if: ${{ matrix.php-version == '8.3' }}
109-
run:
109+
run: |
110110
[System.Text.Encoding]::UTF8.GetBytes("# 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") | Set-Content -Path "dist\README.txt" -Encoding Byte
111111
112112
- name: "Deploy to self-hosted OSS"

0 commit comments

Comments
 (0)