mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-24 14:01:46 +02:00
Fix URL now that we only have one tag per release
This commit is contained in:
parent
0723750b26
commit
edd1059b3e
@ -1,15 +0,0 @@
|
|||||||
version: 1
|
|
||||||
|
|
||||||
env:
|
|
||||||
- CGO_ENABLED=0
|
|
||||||
|
|
||||||
flags:
|
|
||||||
- -trimpath
|
|
||||||
|
|
||||||
goos: darwin
|
|
||||||
goarch: amd64
|
|
||||||
|
|
||||||
binary: hishtory-{{ .Os }}-{{ .Arch }}
|
|
||||||
|
|
||||||
ldflags:
|
|
||||||
- '{{ .Env.VERSION_LDFLAGS }}'
|
|
@ -6,8 +6,8 @@ import subprocess
|
|||||||
def main():
|
def main():
|
||||||
version = os.environ['GITHUB_REF'].split('/')[-1].split("-")[0]
|
version = os.environ['GITHUB_REF'].split('/')[-1].split("-")[0]
|
||||||
print("Downloading binaries (this may pause for a while)")
|
print("Downloading binaries (this may pause for a while)")
|
||||||
waitUntilPublished(f"https://github.com/ddworken/hishtory/releases/download/{version}-darwin-arm64/hishtory-darwin-arm64", "hishtory-darwin-arm64")
|
waitUntilPublished(f"https://github.com/ddworken/hishtory/releases/download/{version}/hishtory-darwin-arm64", "hishtory-darwin-arm64")
|
||||||
waitUntilPublished(f"https://github.com/ddworken/hishtory/releases/download/{version}-darwin-amd64/hishtory-darwin-amd64", "hishtory-darwin-amd64")
|
waitUntilPublished(f"https://github.com/ddworken/hishtory/releases/download/{version}/hishtory-darwin-amd64", "hishtory-darwin-amd64")
|
||||||
|
|
||||||
print("before sha1sum:")
|
print("before sha1sum:")
|
||||||
os.system("sha1sum hishtory-* 2>&1")
|
os.system("sha1sum hishtory-* 2>&1")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user