From 12638953b8acfc557d37feeac5a4a2260cd0ccc1 Mon Sep 17 00:00:00 2001 From: Viktoras Kuznecovas Date: Fri, 15 May 2020 10:49:23 +0300 Subject: [PATCH] Hopefully the final fix --- ci/release.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/release.go b/ci/release.go index 2713022..0668159 100644 --- a/ci/release.go +++ b/ci/release.go @@ -62,5 +62,5 @@ func Release() error { return err } - return sh.RunV("ghr", "-replace", "-t", token, tag, "build/contracts/") + return sh.RunV("ghr", "-replace", "-t", token, tag, "./build/build/contracts/") }