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
|
- name: Download blockchain headers
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ./dist/electron/static/daemon
|
mkdir -p ./static/daemon
|
||||||
curl -o ./dist/electron/static/daemon/headers https://headers.lbry.io/blockchain_headers_latest
|
curl -o ./static/daemon/headers https://headers.lbry.io/blockchain_headers_latest
|
||||||
|
ls ./static/daemon
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue