Skip to content

Commit 88e6adf

Browse files
committed
add missing data directory to artifacts
1 parent ba5f90a commit 88e6adf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
run: |
4949
pyinstaller -F viewer.py
5050
mv dist/viewer dist/viewer_linux_python_${{ matrix.python-version }}
51+
cp -r data dist/data
5152
5253
- name: Test Executable for Linux
5354
if: matrix.os == 'DISABLED'
@@ -62,6 +63,7 @@ jobs:
6263
run: |
6364
pyinstaller -F viewer.py
6465
mv dist/viewer.exe dist/viewer_win64_python_${{ matrix.python-version }}.exe
66+
cp -r data dist/data
6567
6668
- name: Test Executable for Windows
6769
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)