Skip to content

Commit

Permalink
ci: fix ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed May 21, 2023
1 parent 7f326cd commit a3d02ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
- name: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
with:
path: src/main.py
path: src

- name: PyInstaller Linux
uses: JackMcKew/[email protected]
with:
path: src/main.py
path: src

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit a3d02ed

Please sign in to comment.