Skip to content

Commit

Permalink
Fixed download path
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Oct 28, 2024
1 parent f3cff8e commit a3eb129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contracts-compile-and-deploy-to-devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: azero-compiled-contracts
path: azero
path: azero/artifacts

- uses: actions/download-artifact@v4
with:
name: eth-compiled-contracts
path: eth
path: eth/artifacts

- name: Setup node
uses: asdf-vm/actions/install@v3
Expand Down

0 comments on commit a3eb129

Please sign in to comment.