Skip to content

Commit

Permalink
Update Build_Executable.yml
Browse files Browse the repository at this point in the history
change the pyinstaller cmd
  • Loading branch information
elkanamol authored Sep 1, 2024
1 parent 0d0faf7 commit cb26725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build_Executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb26725

Please sign in to comment.