mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-17 15:36:17 +08:00
build-sys: Fix release commands
We upload tar.xz files, not tar.gz.
This commit is contained in:
8
Makefile
8
Makefile
@ -34,8 +34,8 @@ codespell-$(VERSION).tar.xz:
|
||||
tar-sync: codespell-$(VERSION).tar.xz codespell-$(VERSION).tar.xz.asc
|
||||
github-release release --repo codespell --tag v$(VERSION) --name v$(VERSION)
|
||||
github-release upload --repo codespell --tag v$(VERSION) \
|
||||
--name codespell-$(VERSION).tar.gz \
|
||||
--file codespell-$(VERSION).tar.gz
|
||||
--name codespell-$(VERSION).tar.xz \
|
||||
--file codespell-$(VERSION).tar.xz
|
||||
github-release upload --repo codespell --tag v$(VERSION) \
|
||||
--name codespell-$(VERSION).tar.gz.asc \
|
||||
--file codespell-$(VERSION).tar.gz.asc
|
||||
--name codespell-$(VERSION).tar.xz.asc \
|
||||
--file codespell-$(VERSION).tar.xz.asc
|
||||
|
Reference in New Issue
Block a user