diff --git a/.github/workflows/contracts-compile-and-deploy-to-devenv.yml b/.github/workflows/contracts-compile-and-deploy-to-devenv.yml index b36f3595..971251e9 100644 --- a/.github/workflows/contracts-compile-and-deploy-to-devenv.yml +++ b/.github/workflows/contracts-compile-and-deploy-to-devenv.yml @@ -71,6 +71,14 @@ jobs: path: | azero/artifacts + - uses: actions/upload-artifact@v4 + with: + name: azero-compiled-contracts-types + if-no-files-found: error + retention-days: 1 + path: | + azero/types + - name: Get list of contract artifacts shell: bash id: get-artifact-matrix @@ -117,6 +125,11 @@ jobs: name: azero-compiled-contracts path: azero/artifacts + - uses: actions/download-artifact@v4 + with: + name: azero-compiled-contracts-types + path: azero/types + - uses: actions/download-artifact@v4 with: name: eth-compiled-contracts