From 6d25b29cfde0224367f09d017da0d79a36b85ca0 Mon Sep 17 00:00:00 2001 From: Arnaud Mimart <33665250+amimart@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:18:43 +0100 Subject: [PATCH] ci(release): ensure release wasm dir exists --- Makefile.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.toml b/Makefile.toml index 1fd29e41..621b3979 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -217,6 +217,7 @@ docker run --rm -v "$(pwd)":/code \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ cosmwasm/optimizer:0.15.1 +mkdir -p ${DIR_WASM} mv artifacts/* ${DIR_WASM} rmdir artifacts '''