diff --git a/.github/workflows/Build_Executable.yml b/.github/workflows/Build_Executable.yml index 09d6828..06e77ca 100644 --- a/.github/workflows/Build_Executable.yml +++ b/.github/workflows/Build_Executable.yml @@ -32,7 +32,7 @@ jobs: - name: Compile executable # working-directory: # again, app directory here or skip if root - run: pyinstaller --onefile --name sierra-status --hidden-import=serial --hidden-import=argparse .\sierra_status\sierra_status\src\cli.py #or whatever your main file is named + run: --onefile --name sierra-status --hidden-import=serial --hidden-import=argparse --hidden-import==importlib.metadata --clean .\sierra_status\src\cli.py #or whatever your main file is named - name: Release uses: softprops/action-gh-release@v2