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 c665a18 commit 0c0d16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,15 @@ 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
- if: ${{ inputs.build-micro == true }}
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
Expand Down

0 comments on commit 0c0d16b

Please sign in to comment.