Skip to content

Commit

Permalink
Merge pull request #947 from simPod/ci
Browse files Browse the repository at this point in the history
ci: fix variable reference
  • Loading branch information
goetas committed Dec 18, 2023
2 parents 6fa2dd0 + c6ec450 commit f757c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: "Upload coverage file"
uses: "actions/upload-artifact@v2"
with:
name: "phpunit-${{ matrix.deps }}-${{ matrix.php-version }}.coverage"
name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage"
path: "coverage.xml"

upload_coverage:
Expand Down

0 comments on commit f757c8d

Please sign in to comment.