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/