[ci] Fix path for regression tester artifact upload (again)
This commit is contained in:
parent
d0bc4c70e8
commit
f5829ac5b1
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -70,9 +70,12 @@ jobs:
|
||||
env:
|
||||
PMD_CI_SECRET_PASSPHRASE: ${{ secrets.PMD_CI_SECRET_PASSPHRASE }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Workaround actions/upload-artifact#176
|
||||
run: |
|
||||
echo "artifacts_path=$(realpath ..)" >> $GITHUB_ENV
|
||||
- name: Upload regression tester report
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pmd-regression-tester
|
||||
path: ../target/pr-*-diff-report-*.tar.gz
|
||||
path: ${{ env.artifacts_path }}/target/pr-*-diff-report-*.tar.gz
|
||||
if-no-files-found: ignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user