Skip to content

Commit

Permalink
Try to get Release workflow working wrt SLSA provenance (fix #844)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 14, 2023
1 parent 0ee3ad8 commit 95edf70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ jobs:
-Dexpression=project.version -q -DforceStdout)"
echo "artifact_name=$ARTIFACT_NAME" >> "$GITHUB_OUTPUT"
cd ./target
cd ./checkout/target
echo "hash=$( \
sha256sum $ARTIFACT_NAME*.jar | \
base64 -w0 \
)" >> "$GITHUB_OUTPUT"
echo "DEBUG: After SLSA hash generation we have:"
ls
ls ./target
echo "DEBUG: ARTIFACT_NAME = $ARTIFACT_NAME"
ls ./checkout
ls ./checkout/target
provenance:
needs: [release]
permissions:
Expand Down

0 comments on commit 95edf70

Please sign in to comment.