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 ba5f90a commit 88e6adfCopy full SHA for 88e6adf
.github/workflows/build.yml
@@ -48,6 +48,7 @@ jobs:
48
run: |
49
pyinstaller -F viewer.py
50
mv dist/viewer dist/viewer_linux_python_${{ matrix.python-version }}
51
+ cp -r data dist/data
52
53
- name: Test Executable for Linux
54
if: matrix.os == 'DISABLED'
@@ -62,6 +63,7 @@ jobs:
62
63
64
65
mv dist/viewer.exe dist/viewer_win64_python_${{ matrix.python-version }}.exe
66
67
68
- name: Test Executable for Windows
69
if: matrix.os == 'windows-latest'
0 commit comments