We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee3ad8 commit 1976c0dCopy full SHA for 1976c0d
.github/workflows/release.yml
@@ -59,16 +59,16 @@ jobs:
59
-Dexpression=project.version -q -DforceStdout)"
60
echo "artifact_name=$ARTIFACT_NAME" >> "$GITHUB_OUTPUT"
61
62
- cd ./target
+ cd ./checkout/target
63
echo "hash=$( \
64
sha256sum $ARTIFACT_NAME*.jar | \
65
base64 -w0 \
66
)" >> "$GITHUB_OUTPUT"
67
68
echo "DEBUG: After SLSA hash generation we have:"
69
- ls
70
- ls ./target
71
echo "DEBUG: ARTIFACT_NAME = $ARTIFACT_NAME"
+ ls ./checkout
+ ls ./checkout/target
72
provenance:
73
needs: [release]
74
permissions:
0 commit comments