From 18884bda90931a60f3b4a8d57fe70f0e929f6d12 Mon Sep 17 00:00:00 2001 From: Denys Savchenko <56398430+dsavchenko@users.noreply.github.com> Date: Sun, 13 Oct 2024 14:06:28 +0200 Subject: [PATCH] typo and no onefile --- .github/workflows/nuitka.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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