Skip to content

Commit

Permalink
Upload typechain
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Oct 28, 2024
1 parent 18b5b2d commit 25e5906
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/contracts-compile-and-deploy-to-devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 25e5906

Please sign in to comment.