From c5226301dd1e69380fc79d08bec54c20cc15dd63 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Thu, 29 Sep 2022 21:35:56 +0100 Subject: [PATCH] Add build command for Windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ad0c4d4..bc0c171d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: CMD_BUILD: | poetry run make buzz PATH: | - dist/Buzz.exe + dist/* steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4