Skip to content

Commit a005d88

Browse files
committed
fixed the yml again
1 parent 2a5f850 commit a005d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
pyinstaller build.spec
6060
- name: Copy data folder to build folder
6161
run: |
62-
cp -r data dist/${{ env.project-name }}/
62+
cp -r data dist/PythonRl/data
6363
# This step exists for debugging. Such as checking if data files were included correctly by PyInstaller.
6464
- name: List distribution files
6565
run: |

0 commit comments

Comments
 (0)