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:
244244 ccov : OFF
245245 compiler : clang
246246
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 }}"
248248 runs-on : ${{ matrix.os }}
249249
250250 env :
@@ -348,7 +348,7 @@ jobs:
348348 - name : Upload Zephir Parser
349349 uses : actions/upload-artifact@v2
350350 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
352352 path : |
353353 ${{ github.workspace }}/modules/*.so
354354
You can’t perform that action at this time.
0 commit comments