fix blockchain headers path in github actions build
This commit is contained in:
parent
663fa3eec1
commit
2bfc20ef41
1 changed files with 3 additions and 2 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue