build release binaries using ci workflow

This commit is contained in:
2025-01-18 10:56:19 +01:00
parent a598bc3d6d
commit b8d1abc0d5
2 changed files with 34 additions and 2 deletions

View File

@@ -68,8 +68,8 @@ goupdate:
buildall:
./mkrel.sh $(tool) $(VERSION)
release: buildall
gh release create v$(VERSION) --generate-notes releases/*
release:
gh release create v$(VERSION) --generate-notes
show-versions: buildlocal
@echo "### gfn version:"