Skip to content

Commit

Permalink
fix: artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar Simoncelli committed Sep 30, 2024
1 parent 235f341 commit af75497
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/artifacts/generate-chain-specs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ runs:
- name: Generate Chain Specs
shell: bash
run: |
ls -l
chmod +x partner-chains-node-${{ inputs.tag }}-x86_64-linux
source ./envs/devnet/.envrc
./partner-chains-node-${{ inputs.tag }}-x86_64-linux build-spec --chain local --disable-default-bootnode --raw > devnet_chain_spec.json
Expand Down

0 comments on commit af75497

Please sign in to comment.