File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments