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 591ac09 commit e896f90Copy full SHA for e896f90
.github/workflows/build-php-windows.yml
@@ -106,7 +106,7 @@ jobs:
106
107
- name: "Add README for ${{ matrix.combination }}"
108
if: ${{ matrix.php-version == '8.3' }}
109
- run:
+ 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
112
- name: "Deploy to self-hosted OSS"
0 commit comments