Skip to content

Commit

Permalink
fix not building windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Jun 9, 2024
1 parent 151b1b6 commit 5efaf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
cp ./intro.txt ./dist/krr/intro.txt
- name: Build with PyInstaller
if: matrix.os == 'ubuntu-latest'
if: matrix.os != 'macos-latest'
shell: bash
run: |
pyinstaller krr.py
Expand Down

0 comments on commit 5efaf59

Please sign in to comment.