Skip to content

Commit 523e135

Browse files
authored
Update build-php-unix.yml
1 parent da636a3 commit 523e135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-php-unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- name: "Upload Artifact"
157157
uses: actions/upload-artifact@v4
158158
with:
159-
name: php-${{ matrix.php-version }}-${{ steps.process-env.outputs.OS }}-${{ steps.process-env.outputs.ARCH }}
159+
name: php-${{ matrix.php-version }}-${{ matrix.combination }}-${{ steps.process-env.outputs.OS }}-${{ steps.process-env.outputs.ARCH }}
160160
path: |
161161
buildroot/bin/php
162162
buildroot/bin/php-fpm

0 commit comments

Comments
 (0)