Skip to content

Commit

Permalink
Try GitHub actions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Feb 2, 2021
1 parent 7487b51 commit e02ab2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: "Upload artifact"
uses: actions/upload-artifact@v2
with:
name: "coverage-${{ matrix.php-version }}.zip"
name: "coverage-${{ matrix.php-version }}"
path: build/logs.zip

coverage:
Expand Down Expand Up @@ -108,5 +108,5 @@ jobs:
- name: "Upload artifact"
uses: actions/upload-artifact@v2
with:
name: "metrics.zip"
name: "metrics"
path: build/logs.zip

0 comments on commit e02ab2b

Please sign in to comment.