Skip to content

Commit d804bb2

Browse files
authored
Update deployment script to use build-manifest.json
Replaced build-extensions.json and build-libraries.json with build-manifest.json in the deployment process.
1 parent dc8650d commit d804bb2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/v3-php-bin-unix.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@ jobs:
191191
shell: bash
192192
run: |
193193
cp -r buildroot/license dist/
194-
cp buildroot/build-extensions.json dist/
195-
cp buildroot/build-libraries.json dist/
194+
cp buildroot/build-manifest.json dist/
196195
echo -e "# Note\n\nCurrent distribution uses extensions:\n\n${{ steps.process-env.outputs.EXTENSIONS }}\n\nUsing compile command:\n\n ${{ steps.process-env.outputs.CMD }} build --build-cli --build-micro --build-fpm \"${{ steps.process-env.outputs.EXTENSIONS }}\" --debug ${{ steps.process-env.outputs.UPX }} ${{ steps.process-env.outputs.SUGGEST }} --dl-with-php=\"${{ matrix.php-version }}\" --dl-retry=5 --dl-prefer-binary --dl-ignore-cache=php-src\n\nSPC_TARGET:\n\n ${SPC_TARGET:-default}" > dist/README.txt
197196
198197
- name: "Deploy to self-hosted OSS"

0 commit comments

Comments
 (0)