Skip to content

Commit

Permalink
Chaning path for artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
max-pfeiffer committed Oct 6, 2023
1 parent ddd075a commit 4098141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-image-coverage-report ${{ matrix.python_version }}-${{ matrix.os_variant }}-${{ matrix.poetry_version }}
path: /build_image_coverage_report.xml
path: build_image_coverage_report.xml
if-no-files-found: error
retention-days: 1

Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: publish-image-coverage-report ${{ matrix.python_version }}-${{ matrix.os_variant }}-${{ matrix.poetry_version }}
path: /publish_image_coverage_report.xml
path: publish_image_coverage_report.xml
if-no-files-found: error
retention-days: 1

Expand Down

0 comments on commit 4098141

Please sign in to comment.