CI: fix coping file

This commit is contained in:
ramil 2020-08-24 22:42:06 +03:00
parent 8e62b50742
commit b0e55565c0

View File

@ -24,7 +24,7 @@ jobs:
- name: Docker Pull
run: docker pull docker.pkg.github.com/vulcanize/go-ethereum/go-ethereum:${{steps.vars.outputs.sha}}
- name: Copy ethereum binary file
run: docker run --rm --entrypoint cat docker.pkg.github.com/vulcanize/go-ethereum/go-ethereum /usr/local/bin/geth > geth-linux-amd64
run: docker run --rm --entrypoint cat docker.pkg.github.com/vulcanize/go-ethereum/go-ethereum:${{steps.vars.outputs.sha}} /usr/local/bin/geth > geth-linux-amd64
- uses: actions/upload-artifact@v2
with:
name: my-artifact