Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Do not upload everything
  • Loading branch information
Marcin-Radecki committed Oct 28, 2024
commit f3cff8ea840b4cbfd747824d889d07c9deadfde1
8 changes: 4 additions & 4 deletions .github/workflows/contracts-compile-and-deploy-to-devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ jobs:
if-no-files-found: error
retention-days: 1
path: |
eth
eth/artifacts

- uses: actions/upload-artifact@v4
with:
name: azero-compiled-contracts
if-no-files-found: error
retention-days: 1
path: |
azero
azero/artifacts

- name: Get list of contract artifacts
shell: bash
Expand Down Expand Up @@ -115,12 +115,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: Store artifact in S3 bucket
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -482,4 +482,4 @@ get-latest-eth-block: eth-deps
.PHONY: get-latest-azero-block
get-latest-azero-block: # Get latest eth block
get-latest-azero-block: azero-deps
cd azerpo && AZERO_ENV=$(AZERO_ENV) npm run get-latest-block
cd azero && AZERO_ENV=$(AZERO_ENV) npm run get-latest-block