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 c0c9ed6 commit 139649dCopy full SHA for 139649d
.github/workflows/build.yaml
@@ -168,7 +168,7 @@ jobs:
168
- name: Download artifact
169
uses: actions/download-artifact@v4
170
with:
171
- name: php${{ matrix.phpVersion }}-node-${{ matrix.libType }}
+ pattern: php${{ matrix.phpVersion }}-*-${{ matrix.libType }}
172
merge-multiple: true
173
path: ./
174
.github/workflows/test-node-step.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
- pattern: php${{ inputs.phpVersion }}-*-${{ inputs.libType }}
+ pattern: php${{ inputs.phpVersion }}-node-${{ inputs.libType }}
34
35
36
0 commit comments