Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
Signed-off-by: linning <[email protected]>
  • Loading branch information
NingLin-P committed Feb 20, 2024
1 parent 6ff3434 commit cd3ab16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/domain-genesis-storage-snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

- name: Generate testnet domain genesis storages
run: |
docker run --rm -u root ${{ steps.build.outputs.digest }} domain build-genesis-storage --chain gemini-3h-compiled > domain-genesis-storage-gemini-3h
docker run --rm -u root ${{ steps.build.outputs.digest }} domain build-genesis-storage --chain devnet-compiled > domain-genesis-storage-devnet
docker run --rm -u root ${{ steps.build.outputs.digest }} domain build-genesis-storage --chain gemini-3h > domain-genesis-storage-gemini-3h
docker run --rm -u root ${{ steps.build.outputs.digest }} domain build-genesis-storage --chain devnet > domain-genesis-storage-devnet
- name: Upload domain genesis storages to artifacts
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # @v3.1.1
Expand Down

0 comments on commit cd3ab16

Please sign in to comment.