Skip to content

Commit

Permalink
(29) Update the workflow file.
Browse files Browse the repository at this point in the history
  • Loading branch information
paveloom committed Apr 6, 2022
1 parent 6f2a69c commit c786f05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build & Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
curl -o ./static/daemon/headers https://headers.lbry.io/blockchain_headers_latest
- name: Build
run: |
yarn
yarn global add cross-env
yarn install --network-timeout 600000
if ${{ startsWith(matrix.os, 'mac') }}; then
sed -i '' 's/electron-builder build/electron-builder --publish=never build/g' package.json
sed -i '' 's|github.com/lbryio/lbry-desktop|github.com/paveloom-f/lbry-desktop|g' package.json
Expand Down

0 comments on commit c786f05

Please sign in to comment.