fix blockchain headers path in github actions build

This commit is contained in:
Sean Yesmunt 2020-12-30 12:59:00 -05:00
parent 663fa3eec1
commit 2bfc20ef41

View file

@ -40,8 +40,9 @@ jobs:
- name: Download blockchain headers
run: |
mkdir -p ./dist/electron/static/daemon
curl -o ./dist/electron/static/daemon/headers https://headers.lbry.io/blockchain_headers_latest
mkdir -p ./static/daemon
curl -o ./static/daemon/headers https://headers.lbry.io/blockchain_headers_latest
ls ./static/daemon
- name: Build
run: |