From 0c0d16bbb3c660431cd06ff0495181862836d947 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 25 Jan 2025 11:30:59 +0800 Subject: [PATCH] Try new build CI --- .github/workflows/build-unix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-unix.yml b/.github/workflows/build-unix.yml index 2d387a3b..e31460bf 100644 --- a/.github/workflows/build-unix.yml +++ b/.github/workflows/build-unix.yml @@ -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