File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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/upload-s3-action@v1.0.0
You can’t perform that action at this time.
0 commit comments