Skip to content

Commit 97db116

Browse files
committed
[ot] fix otptool.py path in release workflow
This script has changed names, gained features, and now has dependencies in `python/qemu/ot/`. Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
1 parent 38dc3cd commit 97db116

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/opentitan/make_release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ QEMU_BUILD="$3"
1818
tar --create --auto-compress --verbose --file="$OUT_TARBALL" \
1919
--directory="$QEMU_DIR" \
2020
"$QEMU_BUILD"/qemu-{system-riscv32,img} \
21-
scripts/opentitan/{otpconv,flashgen}.py
21+
scripts/opentitan/{otptool,flashgen}.py \
22+
python/qemu/ot

0 commit comments

Comments
 (0)