This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/v2 by this push:
new 1c7666c Upload on failure - fix path variable
1c7666c is described below
commit 1c7666c6b750fea498ce3532cb3aef45cfab3ea2
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Jan 2 09:47:24 2022 +0100
Upload on failure - fix path variable
---
.github/workflows/maven-verify.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 0068150..aa25577 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -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
@@ -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 }}