From 1510914d3ab7ba7c35ff8b381d555026ad1d2baf Mon Sep 17 00:00:00 2001 From: Nelson Isioma <58360242+Nelwhix@users.noreply.github.com> Date: Sat, 10 Jun 2023 09:43:04 +0100 Subject: [PATCH] still fixing issues --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df0b8d6..d941218 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "goBinary": { "name": "goserve", - "path": "./bin", + "path": "./dist", "url": "https://github.com/nelwhix/goserve/releases/download/v{{version}}/goserve_{{version}}_{{platform}}_{{arch}}.tar.gz" } }