mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-11-12 17:23:15 -06:00
build: fix makefile deps
This commit is contained in:
parent
fce932713e
commit
ca6610116a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ release-assets: build/x86_64-unknown-linux-gnu/release/install/yartsu/yartsu
|
|||
tar czf build/yartsu-$(VERSION)-x86_64-linux.tar.gz \
|
||||
build/x86_64-unknown-linux-gnu/release/install/yartsu
|
||||
|
||||
release: build/yartsu check-tag release-asset
|
||||
release: check-tag release-assets
|
||||
gh release create $(TAG) build/yartsu-$(VERSION)-x86_64-linux.tar.gz -p -d
|
||||
|
||||
publish: dist
|
||||
|
|
Loading…
Reference in a new issue