mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
Use dev:info instead of dev:extensions
This commit is contained in:
4
.github/workflows/release-build.yml
vendored
4
.github/workflows/release-build.yml
vendored
@@ -101,7 +101,7 @@ jobs:
|
|||||||
tar -czf ${{ matrix.operating-system.filename }} spc
|
tar -czf ${{ matrix.operating-system.filename }} spc
|
||||||
# validate spc binary
|
# validate spc binary
|
||||||
if [ "${{ matrix.operating-system.name }}" == "linux-x86_64" ]; then
|
if [ "${{ matrix.operating-system.name }}" == "linux-x86_64" ]; then
|
||||||
./spc dev:extensions
|
./spc dev:info php
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -172,4 +172,4 @@ jobs:
|
|||||||
- name: "Run SPC Tests"
|
- name: "Run SPC Tests"
|
||||||
env:
|
env:
|
||||||
SUFFIX: ${{ matrix.operating-system.name == 'windows-x64' && '.exe' || '' }}
|
SUFFIX: ${{ matrix.operating-system.name == 'windows-x64' && '.exe' || '' }}
|
||||||
run: ./spc${{ env.SUFFIX }} dev:extensions
|
run: ./spc${{ env.SUFFIX }} dev:info php
|
||||||
|
|||||||
Reference in New Issue
Block a user