Skip to content

Commit d626fe8

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,10 @@ jobs:
106106
107107
- name: "Add README for ${{ matrix.combination }}"
108108
if: ${{ matrix.php-version == '8.3' }}
109+
shell: bash
109110
run: |
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
111-
111+
echo "# 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" > dist/README.txt
112+
112113
- name: "Deploy to self-hosted OSS"
113114
uses: static-php/[email protected]
114115
with:

0 commit comments

Comments
 (0)