Skip to content

Commit e9c7e00

Browse files
committed
CI/CI tweak
1 parent 18981a9 commit e9c7e00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
libType: ['dynamic',]
203203
uses: ./.github/workflows/test-browser-step.yaml
204204
with:
205-
artifactPattern: php-uncompressed-${{ matrix.phpVersion }}-*-${{ matrix.libType }}
205+
artifactPattern: php-uncompressed-*-*-${{ matrix.libType }}
206206
phpVersion: ${{ matrix.phpVersion }}
207207
libType: ${{ matrix.libType }}
208208

@@ -215,7 +215,7 @@ jobs:
215215
libType: ['shared',]
216216
uses: ./.github/workflows/test-browser-step.yaml
217217
with:
218-
artifactPattern: php-uncompressed-${{ matrix.phpVersion }}-*-${{ matrix.libType }}
218+
artifactPattern: php-uncompressed-*-*-${{ matrix.libType }}
219219
phpVersion: ${{ matrix.phpVersion }}
220220
libType: ${{ matrix.libType }}
221221

@@ -228,7 +228,7 @@ jobs:
228228
libType: ['static',]
229229
uses: ./.github/workflows/test-browser-step.yaml
230230
with:
231-
artifactPattern: php-uncompressed-${{ matrix.phpVersion }}-*-${{ matrix.libType }}
231+
artifactPattern: php-uncompressed-*-*-${{ matrix.libType }}
232232
phpVersion: ${{ matrix.phpVersion }}
233233
libType: ${{ matrix.libType }}
234234

0 commit comments

Comments
 (0)