Skip to content

Commit 0c0d16b

Browse files
committed
Try new build CI
1 parent c665a18 commit 0c0d16b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-unix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,15 @@ jobs:
153153
name: "Upload PHP cli SAPI"
154154
uses: actions/upload-artifact@v4
155155
with:
156-
name: php-${{ inputs.php-version }}-${{ inputs.os }}
156+
name: php-cli-${{ inputs.php-version }}-${{ inputs.os }}
157157
path: buildroot/bin/php
158158

159159
# Upload micro self-extracted executable
160160
- if: ${{ inputs.build-micro == true }}
161161
name: "Upload PHP micro SAPI"
162162
uses: actions/upload-artifact@v4
163163
with:
164-
name: micro-${{ inputs.version }}-${{ inputs.os }}
164+
name: php-micro-${{ inputs.php-version }}-${{ inputs.os }}
165165
path: buildroot/bin/micro.sfx
166166

167167
# Upload fpm executable

0 commit comments

Comments
 (0)