mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Change archive file extension type to .tar.gz
This commit is contained in:
parent
9effe34fba
commit
e2f266da76
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue