File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244
244
ccov : OFF
245
245
compiler : clang
246
246
247
- name : " PHP-${{ matrix.php }}-${{ matrix.build_type }}-${{ runner.os }}-${{ matrix.compiler }}-${{ matrix.arch }}"
247
+ name : " PHP-${{ matrix.php }}-${{ matrix.build_type }}-${{ matrix.name }}-${{ matrix.compiler }}-${{ matrix.arch }}"
248
248
runs-on : ${{ matrix.os }}
249
249
250
250
env :
@@ -348,7 +348,7 @@ jobs:
348
348
- name : Upload Zephir Parser
349
349
uses : actions/upload-artifact@v2
350
350
with :
351
- name : zephir-parser-php-${{ matrix.php }}-${{ matrix.build_type }}-${{ runner.os }}-${{ matrix.compiler }}-${{ matrix.arch }}.zip
351
+ name : zephir-parser-php-${{ matrix.php }}-${{ matrix.build_type }}-${{ matrix.name }}-${{ matrix.compiler }}-${{ matrix.arch }}.zip
352
352
path : |
353
353
${{ github.workspace }}/modules/*.so
354
354
You can’t perform that action at this time.
0 commit comments