Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
eenagy committed Sep 11, 2024
1 parent 6f41979 commit b4a0354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ runs:
pkg-builder verify
cd $HOME/.pkg-builder/packages/noble/eth-node-config-${{ inputs.network }}-0.0.1-1
ls
cp eth-node-${{ inputs.el_name }}-${{ inputs.network }}-config_0.0.1-1_amd64.deb ${HOME}/packages/
cp eth-node-${{ inputs.cl_name }}-${{ inputs.network }}-config_0.0.1-1_amd64.deb ${HOME}/packages/
cp eth-node-${{ inputs.network }}-${{ inputs.el_name }}-config_0.0.1-1_amd64.deb ${HOME}/packages/
cp eth-node-${{ inputs.network }}-${{ inputs.cl_name }}-config_0.0.1-1_amd64.deb ${HOME}/packages/
cd $HOME/work/eth-nodes/eth-nodes/upcoming/noble/amd64
cd eth-node-${{ inputs.el_name }}-${{ inputs.network }}/0.0.1-1
Expand Down

0 comments on commit b4a0354

Please sign in to comment.