Try new build CI

This commit is contained in:
crazywhalecc
2025-01-25 11:30:59 +08:00
parent c665a18b79
commit 0c0d16bbb3

View File

@@ -153,7 +153,7 @@ jobs:
name: "Upload PHP cli SAPI"
uses: actions/upload-artifact@v4
with:
name: php-${{ inputs.php-version }}-${{ inputs.os }}
name: php-cli-${{ inputs.php-version }}-${{ inputs.os }}
path: buildroot/bin/php
# Upload micro self-extracted executable
@@ -161,7 +161,7 @@ jobs:
name: "Upload PHP micro SAPI"
uses: actions/upload-artifact@v4
with:
name: micro-${{ inputs.version }}-${{ inputs.os }}
name: php-micro-${{ inputs.php-version }}-${{ inputs.os }}
path: buildroot/bin/micro.sfx
# Upload fpm executable