Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/main.mlx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ let manual_installation ~base_url ~builds () =
<span class_="font-mono text-block-p">"gh"</span>
<span>" tool to verify it with the following command: "</span>
</p>
<Code>[JSX.string "$ gh attestation verify ./dune -R ocaml-dune/binary-distribution --bundle attestation.jsonl"]</Code>
<Code>[JSX.string "$ gh attestation verify ./dune -R ocaml-dune/binary-distribution --bundle attestation.json"]</Code>
</div>
</section>

Expand Down
2 changes: 1 addition & 1 deletion lib/metadata.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down