From 17a761cf7e13030532d47e389dba240ec1a0d348 Mon Sep 17 00:00:00 2001 From: Mohammed Date: Wed, 30 Oct 2024 19:54:11 +0330 Subject: [PATCH] fix windows-installer-release command --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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