summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorFly me to the moon <git@bigly.dog>2021-10-03 07:43:54 -0700
committerFly me to the moon <git@bigly.dog>2021-10-03 07:43:54 -0700
commit567f5ddbb1c966d5f816a8eac174b64a54016308 (patch)
treee22511fb733c19485e3e2458b7d65630386def09 /ci
parent65f8d0f2a3e67fad8e056c9e93e4235bf50f6399 (diff)
oh godv0.4.17
Diffstat (limited to 'ci')
-rwxr-xr-xci/release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/release.py b/ci/release.py
index 432ff0a..408938c 100755
--- a/ci/release.py
+++ b/ci/release.py
@@ -129,7 +129,7 @@ def _sha(uri: str) -> str:
def _template(project: _Project) -> None:
prefix = f"{project.repo}/releases/download/{project.tag}"
- aarch64_uri = f"{prefix}/aarch64-apple-darwin"
+ aarch64_uri = f"{prefix}/aarch64-apple-darwin.zip"
x86_uri = f"{prefix}/x86_64-apple-darwin.zip"
aarch64_sha = _sha(aarch64_uri)
x86_sha = _sha(x86_uri)