File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -338,6 +338,12 @@ jobs:
338
338
if : success() && matrix.ccov == 'ON'
339
339
run : make coverage-capture
340
340
341
+ - name : Prepare Build Artifacts
342
+ working-directory : modules
343
+ run : |
344
+ echo "-- Creating ZIP with Zephir Parser extension"
345
+ zip -rv zephir-parser-php-${{ matrix.php }}-${{ matrix.build_type }}-${{ matrix.name }}-${{ matrix.compiler }}-${{ matrix.arch }}.zip ./*.so
346
+
341
347
- name : Upload code coverage report
342
348
if : matrix.ccov == 'ON'
343
349
uses : codecov/codecov-action@v1
@@ -352,7 +358,7 @@ jobs:
352
358
with :
353
359
name : zephir-parser-php-${{ matrix.php }}-${{ matrix.build_type }}-${{ matrix.name }}-${{ matrix.compiler }}-${{ matrix.arch }}.zip
354
360
path : |
355
- ${{ github.workspace }}/modules/*.so
361
+ ${{ github.workspace }}/modules/*.zip
356
362
357
363
release :
358
364
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
You can’t perform that action at this time.
0 commit comments