diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f9e339fc0..21539aa04 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: |