Skip to content

Commit

Permalink
replace / in rot dir -> artifact name string
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Oct 17, 2023
1 parent 60cddbc commit 916226c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/buildomat/jobs/tuf-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ EOF

cat >>"$manifest_rot_all" <<EOF
[[artifact.${tufaceous_board}_rot]]
name = "$rot_caboose_board-$rot_dir"
name = "$rot_caboose_board-${rot_dir//\//-}"
version = "$rot_caboose_version"
[artifact.${tufaceous_board}_rot.source]
kind = "composite-rot"
Expand Down

0 comments on commit 916226c

Please sign in to comment.