From 70f329c43fbe91a8552c044378c6e39e42bc82de Mon Sep 17 00:00:00 2001 From: Marcin Date: Tue, 29 Oct 2024 13:13:31 +0100 Subject: [PATCH] Actually download the types --- .github/workflows/contracts-compile-and-deploy-to-devenv.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/contracts-compile-and-deploy-to-devenv.yml b/.github/workflows/contracts-compile-and-deploy-to-devenv.yml index 971251e9..e8b6f8d1 100644 --- a/.github/workflows/contracts-compile-and-deploy-to-devenv.yml +++ b/.github/workflows/contracts-compile-and-deploy-to-devenv.yml @@ -164,6 +164,11 @@ jobs: name: eth-compiled-contracts path: eth/artifacts + - uses: actions/download-artifact@v4 + with: + name: azero-compiled-contracts-types + path: azero/types + - name: Setup node uses: asdf-vm/actions/install@v3