Skip to content

Commit 1976c0d

Browse files
authored
Try to get Release workflow working wrt SLSA provenance (fix #844) (#989)
1 parent 0ee3ad8 commit 1976c0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@ jobs:
5959
-Dexpression=project.version -q -DforceStdout)"
6060
echo "artifact_name=$ARTIFACT_NAME" >> "$GITHUB_OUTPUT"
6161
62-
cd ./target
62+
cd ./checkout/target
6363
echo "hash=$( \
6464
sha256sum $ARTIFACT_NAME*.jar | \
6565
base64 -w0 \
6666
)" >> "$GITHUB_OUTPUT"
6767
6868
echo "DEBUG: After SLSA hash generation we have:"
69-
ls
70-
ls ./target
7169
echo "DEBUG: ARTIFACT_NAME = $ARTIFACT_NAME"
70+
ls ./checkout
71+
ls ./checkout/target
7272
provenance:
7373
needs: [release]
7474
permissions:

0 commit comments

Comments
 (0)