mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
fix(ci): builder
This commit is contained in:
@@ -146,7 +146,8 @@ fn build_modpack(pack_id: &str, sha: &str, artifacts_dir: &Path) -> Result<()> {
|
|||||||
let Some(platform) = Platform::from_suffix(suffix) else {
|
let Some(platform) = Platform::from_suffix(suffix) else {
|
||||||
continue;
|
continue;
|
||||||
};
|
};
|
||||||
jobs.push((platform, path, mc_ver.to_string()));
|
let mc_ver = mc_ver.to_string();
|
||||||
|
jobs.push((platform, path, mc_ver));
|
||||||
}
|
}
|
||||||
|
|
||||||
if jobs.is_empty() {
|
if jobs.is_empty() {
|
||||||
@@ -244,3 +245,4 @@ fn zip_dir(src: &Path, dest: &Path) -> Result<()> {
|
|||||||
zip.finish()?;
|
zip.finish()?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user