From b8430438db49a0cd2f515118e358ca21463fb6a1 Mon Sep 17 00:00:00 2001 From: Marek Kubica Date: Thu, 26 Mar 2026 16:33:09 +0100 Subject: [PATCH] Update the location of the attestation files Signed-off-by: Marek Kubica --- lib/main.mlx | 2 +- lib/metadata.ml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/main.mlx b/lib/main.mlx index ff99247..dfcdaa5 100644 --- a/lib/main.mlx +++ b/lib/main.mlx @@ -296,7 +296,7 @@ let manual_installation ~base_url ~builds () = "gh" " tool to verify it with the following command: "

- [JSX.string "$ gh attestation verify ./dune -R ocaml-dune/binary-distribution --bundle attestation.jsonl"] + [JSX.string "$ gh attestation verify ./dune -R ocaml-dune/binary-distribution --bundle attestation.json"] diff --git a/lib/metadata.ml b/lib/metadata.ml index c8087fe..d0e982d 100644 --- a/lib/metadata.ml +++ b/lib/metadata.ml @@ -168,7 +168,7 @@ module Bundle = struct let to_certificate_url ~base_url ~target t = let date = get_date_string_from t in - to_nightly_url ~base_url ~target ~date / "attestation.jsonl" + to_nightly_url ~base_url ~target ~date / "attestation.json" ;; let download_nightly_name ~date arch =