Skip to content

Commit

Permalink
add missing data directory to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mwinkens committed Jun 5, 2024
1 parent ba5f90a commit 88e6adf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: |
pyinstaller -F viewer.py
mv dist/viewer dist/viewer_linux_python_${{ matrix.python-version }}
cp -r data dist/data
- name: Test Executable for Linux
if: matrix.os == 'DISABLED'
Expand All @@ -62,6 +63,7 @@ jobs:
run: |
pyinstaller -F viewer.py
mv dist/viewer.exe dist/viewer_win64_python_${{ matrix.python-version }}.exe
cp -r data dist/data
- name: Test Executable for Windows
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 88e6adf

Please sign in to comment.