From ec01722eeaae77599784ea0e43d9413d07155200 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Sun, 18 May 2025 15:15:44 +0200 Subject: [PATCH] add disable plugins flag and fix artifacts --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9f5b86b..2331f8c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,6 +30,7 @@ jobs: nuitka-version: main script-name: run.py nofollow-import-to: "*tk*,_codecs,encodings,multiprocessing,gi" + disable-plugins: tk-inter,dill-compat,eventlet,gevent,pyqt5,pyqt6,pyside2,pyside6,delvewheel,pywebview,matplotlib,spacy,enum-compat,pbr-compat,gevent,pmw-freezer,transformers,upx,kivy,options-nanny,multiprocessing,gi include-data-dir: assets=assets include-data-files: CREDITS=CREDITS mode: standalone @@ -39,8 +40,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: ${{ runner.os }} Build - path: | - build/*.exe - build/*.bin - build/*.app/**/* + path: build/** include-hidden-files: true