mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Add windows source files to build (#166)
This commit is contained in:
parent
b5d22a2fed
commit
7956ce528d
2 changed files with 7 additions and 6 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -99,7 +99,7 @@ jobs:
|
|||
if [ "$RUNNER_OS" == "macOS" ]; then
|
||||
poetry run make bundle_mac
|
||||
elif [ "$RUNNER_OS" == "Windows" ]; then
|
||||
poetry run make dist/Buzz.exe
|
||||
poetry run make dist/Buzz.exe dist/Buzz-windows.exe
|
||||
elif [ "$RUNNER_OS" == "Linux" ]; then
|
||||
poetry run make bundle_linux
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue