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