diff --git a/.github/workflows/build_windows_app.yml b/.github/workflows/build_windows_app.yml index 107ba03..2e23fbc 100644 --- a/.github/workflows/build_windows_app.yml +++ b/.github/workflows/build_windows_app.yml @@ -27,6 +27,9 @@ jobs: - name: PyInstaller run: | pyinstaller.exe app.spec + - name: Copy example + run: | + XCOPY /E /I .\data .\dist\sensorview\data - name: Archive built module uses: actions/upload-artifact@v4 if: success()