Skip to content

Commit

Permalink
build: fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfwebb committed Feb 20, 2024
1 parent ee0d5f9 commit 7dd5085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-integration-tests-on-prem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
with:
name: integration-coverage-${{ matrix.packages.package }}-${{ matrix.packages.coverage_name }}
path: packages/${{ matrix.packages.package }}/coverage-${{ matrix.neo4j-version }}-${{ matrix.graphql-version.coverage_name }}/
path: packages/${{ matrix.packages.package }}/coverage-${{ matrix.neo4j-version }}-${{ matrix.graphql-version.coverage_path }}/

merge-integration-tests-results:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7dd5085

Please sign in to comment.