We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313e25c commit 90bd230Copy full SHA for 90bd230
specs/release_github.anod
@@ -53,7 +53,7 @@ class ReleasePackage(spec("release_package")):
53
def publish_on_github(self):
54
pkg_name = self.release_name
55
gh_name = self.github_release_name
56
- archive = os.path.join(self["INSTALL_DIR"], self.archive_name)
+ archive = os.path.join(self.deps["release_package"]["INSTALL_DIR"], self.archive_name)
57
sha = archive + ".sha256"
58
59
# Disable the pager to avoid being stuck interactive command
0 commit comments