File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
30
30
- name : Generate testnet domain genesis storages
31
31
run : |
32
- docker run --rm -u root ${{ steps.build.outputs.digest }} domain build-genesis-storage --chain gemini-3h-compiled > domain-genesis-storage-gemini-3h
33
- docker run --rm -u root ${{ steps.build.outputs.digest }} domain build-genesis-storage --chain devnet-compiled > domain-genesis-storage-devnet
32
+ docker run --rm -u root ${{ steps.build.outputs.digest }} domain build-genesis-storage --chain gemini-3h > domain-genesis-storage-gemini-3h
33
+ docker run --rm -u root ${{ steps.build.outputs.digest }} domain build-genesis-storage --chain devnet > domain-genesis-storage-devnet
34
34
35
35
- name : Upload domain genesis storages to artifacts
36
36
uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # @v3.1.1
You can’t perform that action at this time.
0 commit comments