Skip to content

Commit 90bd230

Browse files
committed
fix github release spec
1 parent 313e25c commit 90bd230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/release_github.anod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class ReleasePackage(spec("release_package")):
5353
def publish_on_github(self):
5454
pkg_name = self.release_name
5555
gh_name = self.github_release_name
56-
archive = os.path.join(self["INSTALL_DIR"], self.archive_name)
56+
archive = os.path.join(self.deps["release_package"]["INSTALL_DIR"], self.archive_name)
5757
sha = archive + ".sha256"
5858

5959
# Disable the pager to avoid being stuck interactive command

0 commit comments

Comments
 (0)