Skip to content

Commit

Permalink
Try to kill black cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
caikun233 authored Aug 28, 2023
1 parent d3f65dc commit 10513dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if (Test-Path source\GUIrequire.txt) { pip install -r source\GUIrequire.txt }
- name: Build Windows exe EN
run: |
pyinstaller --onefile GUI_EN.py
pyinstaller --onefile -w GUI_EN.py
working-directory: source
- name: Upload EN executable
uses: actions/upload-artifact@v2
Expand All @@ -38,7 +38,7 @@ jobs:
path: source\dist\GUI_EN.exe
- name: Build Windows exe ZHCN
run: |
pyinstaller --onefile GUI_ZhCN.py
pyinstaller --onefile -w GUI_ZhCN.py
working-directory: source
- name: Upload ZHCN executable
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 10513dc

Please sign in to comment.