Skip to content

Commit 49a5e83

Browse files
committed
ci: fix otptool.py path in release workflow
This script has changed names. Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
1 parent 3d814ce commit 49a5e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/opentitan/make_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ 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

0 commit comments

Comments
 (0)