Skip to content

Commit

Permalink
Try new build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Jan 25, 2025
1 parent 16d448b commit c665a18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,23 +153,23 @@ jobs:
name: "Upload PHP cli SAPI"
uses: actions/upload-artifact@v4
with:
name: php-${{ inputs.version }}-${{ env.SPC_BUILD_OS }}
name: php-${{ inputs.php-version }}-${{ inputs.os }}
path: buildroot/bin/php

# Upload micro self-extracted executable
- if: ${{ inputs.build-micro == true }}
name: "Upload PHP micro SAPI"
uses: actions/upload-artifact@v4
with:
name: micro-${{ inputs.version }}-${{ env.SPC_BUILD_OS }}
name: micro-${{ inputs.version }}-${{ inputs.os }}
path: buildroot/bin/micro.sfx

# Upload fpm executable
- if: ${{ inputs.build-fpm == true }}
name: "Upload PHP fpm SAPI"
uses: actions/upload-artifact@v4
with:
name: php-fpm-${{ inputs.version }}-${{ env.SPC_BUILD_OS }}
name: php-fpm-${{ inputs.php-version }}-${{ inputs.os }}
path: buildroot/bin/php-fpm

# Upload extensions metadata
Expand Down

0 comments on commit c665a18

Please sign in to comment.