diff --git a/warp-packer/src/main.rs b/warp-packer/src/main.rs index 7ae880b..d70e6d7 100644 --- a/warp-packer/src/main.rs +++ b/warp-packer/src/main.rs @@ -42,6 +42,7 @@ fn runners_dir() -> PathBuf { .expect("No data local dir found") .join("warp") .join("runners") + .join(VERSION) } fn runner_url(arch: &str) -> String {