Skip to content

Commit 8eb2bed

Browse files
committed
Fix download path
1 parent d29da93 commit 8eb2bed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ $(ARCHIVE_DIR): $(ARCHIVE)
7070

7171

7272
$(ARCHIVE): $(BUILD)
73-
wget https://api.github.com/repos/tfutils/tfenv/tarball/v2.0.0 -O $(ARCHIVE)
73+
wget https://github.com/tfutils/tfenv/archive/refs/tags/v$(VERSION).tar.gz -O $(ARCHIVE)
74+
75+
7476

7577

7678
$(BUILD):

0 commit comments

Comments
 (0)