Skip to content

Commit

Permalink
Upload on failure - fix path variable
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jan 2, 2022
1 parent 530f6af commit 1c7666c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
if: failure() && inputs.failure-upload-path != ''
with:
name: failure-${{ inputs.ff-os }}-${{ inputs.ff-jdk }}-${{ inputs.ff-jdk-distribution }}
path: $${ inputs.failure-upload-path }}
path: ${{ inputs.failure-upload-path }}

verify:
needs: fail-fast-build
Expand Down Expand Up @@ -204,4 +204,4 @@ jobs:
if: steps.should-run.conclusion == 'success' && failure() && inputs.failure-upload-path != ''
with:
name: failure-${{ matrix.os }}-${{ matrix.jdk }}-${{ matrix.distribution }}
path: $${ inputs.failure-upload-path }}
path: ${{ inputs.failure-upload-path }}

0 comments on commit 1c7666c

Please sign in to comment.