Skip to content

Commit

Permalink
ci: investigate
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 26, 2023
1 parent 6533ab4 commit c9f45fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
working-directory: ./build-recipes
run: |
pip install -r win_build_requirements.txt
pyinstaller -y --log-level=DEBUG win_ChipStream.spec
pyinstaller -y --log-level=WARN win_ChipStream.spec
dir
dir dist
dir dist\\ChipStream
# Run the binary (the most simple test)
dist\\ChipStream\\ChipStream.exe --version
python win_make_iss.py
Expand Down
2 changes: 1 addition & 1 deletion build-recipes/win_make_iss.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
platform.architecture()[0])

# write iss
with io.open(op.join(cdir, "win_mpl-data-cast.iss"), 'w') as issfile:
with io.open(op.join(cdir, "win_chipstream.iss"), 'w') as issfile:
issfile.writelines(iss)

0 comments on commit c9f45fc

Please sign in to comment.