From d9a60eceedd128797932bf25bb855fcad4618518 Mon Sep 17 00:00:00 2001 From: AdamKorcz Date: Mon, 21 Aug 2023 19:50:06 +0100 Subject: [PATCH] chore: fix typo in maven builder Signed-off-by: AdamKorcz --- .github/workflows/builder_maven_slsa3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder_maven_slsa3.yml b/.github/workflows/builder_maven_slsa3.yml index 95bd238ff7..743a267944 100644 --- a/.github/workflows/builder_maven_slsa3.yml +++ b/.github/workflows/builder_maven_slsa3.yml @@ -52,7 +52,7 @@ on: # NOTE: This is an "untrusted" value returned from the build. Technically # the build could provide a target directory that doesn't match the # provenance but it would fail validation. - value: ${{ fromJSON(jobs.slsa-run.outputs.build-artifacts-outputs).package-download-name }} + value: "${{ fromJSON(jobs.slsa-run.outputs.build-artifacts-outputs).target-download-name }}" target-download-sha256: description: "The sha256 of the target uploaded to the workflow run."