Skip to content

Commit

Permalink
fix: add working dir (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardolyn committed Apr 29, 2021
1 parent 18b61c2 commit a19e56c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
submodules: recursive
path: ${{ env.WORKING_DIR }}
- name: 'Build geth'
working-directory: ${{ env.WORKING_DIR }}
run: |
make geth
mkdir -p build/artifact
Expand Down

0 comments on commit a19e56c

Please sign in to comment.