CI build #20

Merged
ramilexe merged 7 commits from ci into statediff_at_anyblock-1.9.11 2020-08-26 14:55:12 +00:00
Showing only changes of commit b0e55565c0 - Show all commits

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