[ci] Fix path for regression tester artifact upload (again)

This commit is contained in:
Andreas Dangel 2023-06-24 21:34:10 +02:00
parent 8d08ab262a
commit d0bc4c70e8
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: ../target/pr-*-diff-report-*.tar.gz
if-no-files-found: ignore