diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index b4fde8c..63ad8d6 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -20,5 +20,5 @@ jobs: - uses: actions/upload-artifact@v2 with: - name: maigret_standalone + name: maigret_standalone_win32 path: pyinstaller/dist/windows # or path/to/artifact diff --git a/pyinstaller/maigret_standalone.spec b/pyinstaller/maigret_standalone.spec index a5341ef..3152748 100644 --- a/pyinstaller/maigret_standalone.spec +++ b/pyinstaller/maigret_standalone.spec @@ -5,7 +5,7 @@ datas = [] binaries = [] hiddenimports = [] -full_import_modules = ['maigret', 'socid_extractor', 'arabic_reshaper', 'pyvis', 'reportlab'] +full_import_modules = ['maigret', 'socid_extractor', 'arabic_reshaper', 'pyvis', 'reportlab.graphics.barcode'] for module in full_import_modules: tmp_ret = collect_all(module)