From a8419a0fdb520d8af8268e1524a5957a5269a26f Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Mon, 24 Feb 2025 15:02:34 -0500 Subject: [PATCH] create dist dir --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63b37405..a21d9c57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -299,6 +299,7 @@ jobs: ls -lAR ./automated-release-build/ # create checksum file for the attestations + mkdir -p ./dist shasum --algorithm 256 ./automated-release-build/* | tee ./dist/attestation-subject-checksums.sha256.txt # create checksum file for the release