Skip to content

Commit 2a5f850

Browse files
committed
update the .yml again due to a wrong folder target for copying the data folder
1 parent 2ed68eb commit 2a5f850

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/
62+
cp -r data dist/${{ env.project-name }}/
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)