Skip to content

Commit

Permalink
Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed May 30, 2024
1 parent be61307 commit 70be01b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
with:
python-version: '3.10'
- name: Install deps
run: python -m pip install setuptools wheel pyinstaller
run: |
python -m pip install setuptools wheel pyinstaller
python -m pip install -r requirements.txt
- name: Create Executable
run: pyinstaller QuantiFish.py --noconfirm --name "QuantiFish" --windowed --add-data resources:resources ${{ matrix.release_args }}
- name: Artifact upload
Expand Down

0 comments on commit 70be01b

Please sign in to comment.