From d20583a047d5414fa4ac1709480197506916e527 Mon Sep 17 00:00:00 2001 From: Denys Savchenko Date: Sun, 13 Oct 2024 13:26:55 +0200 Subject: [PATCH] options format --- .github/workflows/nuitka.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index b176237..cb9351e 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -37,8 +37,8 @@ jobs: include-package-data: | flask_bootstrap include-data-dir: | - static - templates + static=static + templates=tamplates - name: Upload Artifacts uses: actions/upload-artifact@v4