File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -118,13 +118,10 @@ jobs:
118
118
- name : Zip PHP binary, copy metadata
119
119
shell : bash
120
120
run : |
121
- if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
122
- powershell Compress-Archive -Path ../static-php-cli/buildroot/bin/php.exe -DestinationPath bin/${{ env.SPC_BUILD_OS }}/${{ env.SPC_BUILD_ARCH }}/php-${{ matrix.version }}.zip
123
- else
124
- zip bin/${{ env.SPC_BUILD_OS }}/${{ env.SPC_BUILD_ARCH }}/php-${{ matrix.version }}.zip ../static-php-cli/buildroot/bin/php
125
- fi
121
+ zip bin/${{ env.SPC_BUILD_OS }}/${{ env.SPC_BUILD_ARCH }}/php-${{ matrix.version }}.zip ../static-php-cli/buildroot/bin/php
126
122
cp ../static-php-cli/buildroot/license/* license-files/
127
- cp ../static-php-cli/buildroot/build-*.json build-meta/
123
+ cp ../static-php-cli/buildroot/build-extensions.json build-meta/build-extensions-${{ env.SPC_BUILD_OS }}.json
124
+ cp ../static-php-cli/buildroot/build-libraries.json build-meta/build-libraries-${{ env.SPC_BUILD_OS }}.json
128
125
129
126
- name : Create Pull Request
130
127
uses : peter-evans/create-pull-request@v7
You can’t perform that action at this time.
0 commit comments