mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
Try new build CI
This commit is contained in:
parent
c665a18b79
commit
0c0d16bbb3
4
.github/workflows/build-unix.yml
vendored
4
.github/workflows/build-unix.yml
vendored
@ -153,7 +153,7 @@ jobs:
|
|||||||
name: "Upload PHP cli SAPI"
|
name: "Upload PHP cli SAPI"
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: php-${{ inputs.php-version }}-${{ inputs.os }}
|
name: php-cli-${{ inputs.php-version }}-${{ inputs.os }}
|
||||||
path: buildroot/bin/php
|
path: buildroot/bin/php
|
||||||
|
|
||||||
# Upload micro self-extracted executable
|
# Upload micro self-extracted executable
|
||||||
@ -161,7 +161,7 @@ jobs:
|
|||||||
name: "Upload PHP micro SAPI"
|
name: "Upload PHP micro SAPI"
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: micro-${{ inputs.version }}-${{ inputs.os }}
|
name: php-micro-${{ inputs.php-version }}-${{ inputs.os }}
|
||||||
path: buildroot/bin/micro.sfx
|
path: buildroot/bin/micro.sfx
|
||||||
|
|
||||||
# Upload fpm executable
|
# Upload fpm executable
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user