Skip to content

Commit

Permalink
ci: fix build pipeline file names
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 16, 2023
1 parent 36f1728 commit 14d68b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
working-directory: ./build-recipes
run: |
pip install -r win_build_requirements.txt
pyinstaller -y --log-level=WARN win_MPL-Data-Cast.spec
pyinstaller -y --log-level=WARN win_MPLDataCast.spec
# Run the binary (the most simple test)
dist\\MPL-Data-Cast\\MPLDataCast.exe --version
python win_make_iss.py
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 14d68b8

Please sign in to comment.