[ci] Fix path for regression tester artifact upload
This commit is contained in:
parent
47d3728d62
commit
8d08ab262a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user