Skip to content

Commit

Permalink
fix malware warning?
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeMaru committed Jun 27, 2023
1 parent ffd9ec5 commit e1e04ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build project
run: |
python -m pip install --upgrade pip
pip install pyinstaller
pip install pyinstaller==4.0
pip3 install customtkinter
pyinstaller main.py --onedir --noconsole --add-data "customtkinter;customtkinter"
- name: Upload artifact
Expand Down

0 comments on commit e1e04ea

Please sign in to comment.