diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index 606e54c..b176237 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -35,8 +35,10 @@ jobs: script-name: screenshare.py standalone: true include-package-data: | - flask flask_bootstrap + include-data-dir: | + static + templates - name: Upload Artifacts uses: actions/upload-artifact@v4