We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5f850 commit a005d88Copy full SHA for a005d88
.github/workflows/python-package.yml
@@ -59,7 +59,7 @@ jobs:
59
pyinstaller build.spec
60
- name: Copy data folder to build folder
61
run: |
62
- cp -r data dist/${{ env.project-name }}/
+ cp -r data dist/PythonRl/data
63
# This step exists for debugging. Such as checking if data files were included correctly by PyInstaller.
64
- name: List distribution files
65
0 commit comments