Skip to content

Commit

Permalink
Update PyInstaller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak committed May 9, 2024
1 parent 3839019 commit eb7db2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PyInstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: install PyInstaller
shell: bash -l {0}
run: |
pip3 install pyinstaller==5.9.0
pip3 install pyinstaller==6.6.0
- name: Build Pyinstaller .exe (macOS and Linux)
if: matrix.os != 'windows-latest'
shell: bash -l {0}
Expand All @@ -36,7 +36,7 @@ jobs:
if: matrix.os == 'windows-latest'
shell: bash -l {0}
run: |
pyinstaller -n redwrench --onefile app.py
pyinstaller -n redwrench --onefile dosview.py
- uses: vimtor/action-zip@v1
with:
files: dist/
Expand Down

0 comments on commit eb7db2d

Please sign in to comment.