This commit is contained in:
Wildan M 2025-11-02 19:03:55 +07:00
parent 1b7b08d6c3
commit 4453cb54cb

View File

@ -126,7 +126,7 @@ fn publish_packages(recipe_list: Vec<String>, repo_dir: String) -> anyhow::Resul
pkgar::create(
format!("{}/build/id_ed25519.toml", root),
&appstream_pkg,
&appstream_root
&appstream_root,
)?;
}
}