File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments