Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
janinainfa committed May 25, 2024
2 parents 8586960 + b6d50f9 commit 82f83ff
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 --onefile main.py
- name: Saving Artifacts
uses: actions/upload-artifact@v2
with:
name: main
name: mex-assistant
path: dist/

0 comments on commit 82f83ff

Please sign in to comment.