From 142a66b96213e7639ecae400a85552b1712dfdd6 Mon Sep 17 00:00:00 2001 From: Denys Savchenko Date: Sun, 13 Oct 2024 13:35:37 +0200 Subject: [PATCH] srtifacts static --- .github/workflows/nuitka.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index cb9351e..4732d33 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -48,4 +48,6 @@ jobs: build/*.exe build/*.bin build/*.app/**/* + build/static/** + build/templates/** include-hidden-files: true \ No newline at end of file