Skip to content

Commit 139649d

Browse files
committed
CI/CD Tweak
1 parent c0c9ed6 commit 139649d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
- name: Download artifact
169169
uses: actions/download-artifact@v4
170170
with:
171-
name: php${{ matrix.phpVersion }}-node-${{ matrix.libType }}
171+
pattern: php${{ matrix.phpVersion }}-*-${{ matrix.libType }}
172172
merge-multiple: true
173173
path: ./
174174

.github/workflows/test-node-step.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Download artifact
3131
uses: actions/download-artifact@v4
3232
with:
33-
pattern: php${{ inputs.phpVersion }}-*-${{ inputs.libType }}
33+
pattern: php${{ inputs.phpVersion }}-node-${{ inputs.libType }}
3434
merge-multiple: true
3535
path: ./
3636

0 commit comments

Comments
 (0)