Skip to content

Commit

Permalink
Merge pull request #513 from okp4/ci/fix-release
Browse files Browse the repository at this point in the history
ci(release): ensure release wasm dir exists
  • Loading branch information
amimart authored Mar 17, 2024
2 parents e7c07b7 + 6d25b29 commit 648b454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
'''
Expand Down

0 comments on commit 648b454

Please sign in to comment.