diff --git a/Earthfile b/Earthfile index 5559b60..47d6d73 100644 --- a/Earthfile +++ b/Earthfile @@ -92,6 +92,8 @@ namada: RUN mv wasm-opt /usr/local/bin RUN chmod +x /usr/local/bin/wasm-opt + COPY artifacts/app_s2.elf app_s2.elf + SAVE IMAGE --push ghcr.io/heliaxdev/namada-ci:namada-latest ghcr.io/heliaxdev/namada-ci:namada-main wasm: