Skip to content

Commit

Permalink
Working on proper deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
boldar99 committed Oct 4, 2023
1 parent b994b7e commit f105728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pip install cx_freeze
- name: Build MacOS
if: matrix.os == 'ubuntu-latest'
run: python deploy.py bdist
run: python deploy.py build
- name: Upload build
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f105728

Please sign in to comment.