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 c02babd commit 89d8ad1
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 @@ -149,14 +149,14 @@ runs:
pkg-builder verify
cd $HOME/.pkg-builder/packages/noble/eth-node-${{ inputs.el_name }}-${{ inputs.network }}-0.0.1-1
ls
cp eth-node-${{ inputs.el_name }}-${{ inputs.network }}_0.0.1-1_amd64.deb ${HOME}/packages/
cp eth-node-${{ inputs.el_name }}-${{ inputs.network }}_0.0.1-1_all.deb ${HOME}/packages/
cd $HOME/work/eth-nodes/eth-nodes/upcoming/noble/amd64
cd eth-node-${{ inputs.cl_name }}-${{ inputs.network }}/0.0.1-1
pkg-builder verify
cd $HOME/.pkg-builder/packages/noble/eth-node-${{ inputs.cl_name }}-${{ inputs.network }}-0.0.1-1
ls
cp eth-node-${{ inputs.cl_name }}-${{ inputs.network }}_0.0.1-1_amd64.deb ${HOME}/packages/
cp eth-node-${{ inputs.cl_name }}-${{ inputs.network }}_0.0.1-1_all.deb ${HOME}/packages/
echo "${HOME}/packages" >> $GITHUB_PATH
Expand Down

0 comments on commit 89d8ad1

Please sign in to comment.