We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da636a3 commit 523e135Copy full SHA for 523e135
.github/workflows/build-php-unix.yml
@@ -156,7 +156,7 @@ jobs:
156
- name: "Upload Artifact"
157
uses: actions/upload-artifact@v4
158
with:
159
- name: php-${{ matrix.php-version }}-${{ steps.process-env.outputs.OS }}-${{ steps.process-env.outputs.ARCH }}
+ name: php-${{ matrix.php-version }}-${{ matrix.combination }}-${{ steps.process-env.outputs.OS }}-${{ steps.process-env.outputs.ARCH }}
160
path: |
161
buildroot/bin/php
162
buildroot/bin/php-fpm
0 commit comments