Skip to content

Commit 591ac09

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ jobs:
107107
- name: "Add README for ${{ matrix.combination }}"
108108
if: ${{ matrix.php-version == '8.3' }}
109109
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
110+
[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
112111

113112
- name: "Deploy to self-hosted OSS"
114113
uses: static-php/[email protected]

0 commit comments

Comments
 (0)