diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml
index 4732d33..7f80584 100644
--- a/.github/workflows/nuitka.yml
+++ b/.github/workflows/nuitka.yml
@@ -34,11 +34,12 @@ jobs:
             nuitka-version: main
             script-name: screenshare.py
             standalone: true
+            onefile: false
             include-package-data: |
               flask_bootstrap
             include-data-dir: |
               static=static
-              templates=tamplates
+              templates=templates
   
         - name: Upload Artifacts
           uses: actions/upload-artifact@v4