Skip to content

Commit e4a2a48

Browse files
committed
Use download url with version and not latest to avoid cache issue
1 parent 648d3f9 commit e4a2a48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ endif
2121
OS ?= "linux"
2222
ARCH ?= "amd64"
2323
VERSION ?= "v0.0.20"
24+
DOWNLOAD_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION)/codex-${OS}-${ARCH}.zip"
2425

2526
all: run
2627

0 commit comments

Comments
 (0)