Skip to content

Commit

Permalink
Quote the pyinstaller add-data arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Nov 8, 2021
1 parent 070b8ad commit 10e5db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Make Deploy Directory
run: mkdir deploy
- name: Build Installer
run: pyinstaller --onefile ${{ matrix.pyinstall_args }} --add-data ${{ matrix.add_data }} epregressions/runner.py
run: pyinstaller --onefile ${{ matrix.pyinstall_args }} --add-data "${{ matrix.add_data }}" epregressions/runner.py
- name: Fixup Installer
run: |
VERSION_STRING=$(grep VERSION epregressions/__init__.py | cut -d= -f2 | xargs)
Expand Down

0 comments on commit 10e5db0

Please sign in to comment.