Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janinainfa authored May 25, 2024
1 parent befb2b1 commit c0464ed
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 @@ -39,10 +39,10 @@ jobs:
- name: Build Exec
run: |
pip install pyinstaller
pyinstaller main.py
pyinstaller --name=mex-assistant main.py
- name: Saving Artifacts
uses: actions/upload-artifact@v2
with:
name: main
name: mex-assistant
path: dist/

0 comments on commit c0464ed

Please sign in to comment.