[ci] Fix path for regression tester artifact upload

This commit is contained in:
Andreas Dangel 2023-06-24 19:27:12 +02:00
parent 47d3728d62
commit 8d08ab262a
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -74,5 +74,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pmd-regression-tester
path: ${{ github.workspace }}/target/pr-*-diff-report-*.tar.gz
path: ${{ github.workspace }}/../target/pr-*-diff-report-*.tar.gz
if-no-files-found: ignore