diff --git a/Makefile b/Makefile index e9479b704b..7582b68999 100644 --- a/Makefile +++ b/Makefile @@ -377,8 +377,7 @@ win-installer: ## Build the windows .msi (installer) custom version @powershell '.\scripts\win_installer\script.ps1 $(CUSTOM_VERSION)' windows-installer-release: - $(eval GITHUB_TAG=$(shell git describe --abbrev=0 --tags)) - make win-installer CUSTOM_VERSION=$(GITHUB_TAG) + make win-installer-latest gh release upload --repo skycoin/skywire ${GITHUB_TAG} ./skywire-installer-${GITHUB_TAG}-windows-amd64.msi gh release upload --repo skycoin/skywire ${GITHUB_TAG} ./skywire-installer-${GITHUB_TAG}-windows-386.msi