fix
Some checks failed
Build Project / test (push) Has been cancelled

This commit is contained in:
2025-11-04 22:32:42 +01:00
parent e753fb4d74
commit 6bc4bd18d7

View File

@@ -72,6 +72,8 @@ pub fn get_files(
.strip_suffix(".bin")
.ok_or(GetFilesError::Extension)?
.replace('-', ".");
debug!("Version: {:?}", version);
debug!("split_name: {:?}", split_name);
// TODO this is kinda messy
let board_config = BoardConfig::from_str(split_name[1])?;
let service = split_name[0];