Add windows source files to build (#166)

This commit is contained in:
Chidi Williams 2022-11-13 16:37:15 +00:00 committed by GitHub
commit 7956ce528d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View file

@ -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