Skip to content

Commit

Permalink
Hopefully the final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznecovas committed May 15, 2020
1 parent fbf378d commit 1263895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -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/")
}

0 comments on commit 1263895

Please sign in to comment.