From e2f266da768ebc771b984ce6eb360337d5de5e8c Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Sat, 1 Oct 2022 07:35:09 +0100 Subject: [PATCH] Change archive file extension type to .tar.gz --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 146f4bae..6e0eb911 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,12 @@ jobs: poetry run make bundle_mac version=rc PATH: | dist/buzz*.dmg - dist/buzz*.zip + dist/buzz*.tar.gz - os: windows-latest CMD_BUILD: | poetry run make bundle_windows version=rc PATH: | - dist/buzz*.zip + dist/buzz*.tar.gz steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4