Skip to content

Commit

Permalink
Update pyinstaller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Jul 25, 2024
1 parent 07ccb7f commit 94bd4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- run: pip install -e .
- run: pip install pyinstaller
- run: bikeshed update
- run: pyinstaller -y --collect-all=. --name=bikeshed ./bikeshed.py # ./bikeshed/__main__.py
- run: pyinstaller -y --collect-all=bikeshed --name=bikeshed ./bikeshed.py
- uses: actions/upload-artifact@v4
with:
name: bikeshed-${{ matrix.target }}
Expand Down

0 comments on commit 94bd4a2

Please sign in to comment.