forked from LBRYCommunity/lbry-sdk
popd directory before windows build
This commit is contained in:
parent
27c36a4dce
commit
8efdd9d29a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ jobs:
|
|||
install:
|
||||
- docker pull lbry/pyinstaller34_32bits:py371
|
||||
script:
|
||||
- cd lbry && python scripts/set_build.py
|
||||
- pushd lbry && python scripts/set_build.py && popd
|
||||
- docker run -v "$(pwd):/src/lbry" lbry/pyinstaller34_32bits:py371 lbry/scripts/wine_build.sh
|
||||
- sudo zip -j dist/lbrynet-windows.zip dist/lbrynet.exe
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue