Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
windingtheropes committed Jun 12, 2024
2 parents f2844bd + 77757c2 commit e3cb594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Workflow

on:
push:
# branches: master
branches: main

jobs:
build-windows:
Expand All @@ -20,7 +20,7 @@ jobs:
pip install -r src/requirements.txt
- name: Run PyInstaller
run: |
python -m PyInstaller --specfile src/euchre.spec --onefile src/game.py
python -m PyInstaller --specpath src/euchre.spec --onefile src/game.py
# - uses: actions/upload-artifact@v2
# with:
# name: Windows_qwiklabs
Expand Down

0 comments on commit e3cb594

Please sign in to comment.