Skip to content

Commit c665a18

Browse files
committed
Try new build CI
1 parent 16d448b commit c665a18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-unix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,23 +153,23 @@ jobs:
153153
name: "Upload PHP cli SAPI"
154154
uses: actions/upload-artifact@v4
155155
with:
156-
name: php-${{ inputs.version }}-${{ env.SPC_BUILD_OS }}
156+
name: php-${{ 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 }}-${{ env.SPC_BUILD_OS }}
164+
name: micro-${{ inputs.version }}-${{ inputs.os }}
165165
path: buildroot/bin/micro.sfx
166166

167167
# Upload fpm executable
168168
- if: ${{ inputs.build-fpm == true }}
169169
name: "Upload PHP fpm SAPI"
170170
uses: actions/upload-artifact@v4
171171
with:
172-
name: php-fpm-${{ inputs.version }}-${{ env.SPC_BUILD_OS }}
172+
name: php-fpm-${{ inputs.php-version }}-${{ inputs.os }}
173173
path: buildroot/bin/php-fpm
174174

175175
# Upload extensions metadata

0 commit comments

Comments
 (0)