From 7ab295f3cffdddb969216375d1d3a663576b2cf8 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Thu, 29 Sep 2022 21:19:33 +0100 Subject: [PATCH] Add build command for Windows --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27d73061..c8a9afc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,16 @@ jobs: include: - os: macos-latest CMD_BUILD: > + brew install create-dmg poetry run make bundle_mac version=rc + PATH: | + dist/buzz*.dmg + dist/buzz*.zip - os: windows-latest CMD_BUILD: > poetry run make buzz + PATH: | + dist/Buzz.exe steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 @@ -33,7 +39,6 @@ jobs: path: .venv key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}-2 - - run: pip install poetry - run: poetry install - run: ${{ matrix.CMD_BUILD }} - run: ls dist/