Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 30a26ae

Browse files
committed
Also release to latest folder
1 parent aab714c commit 30a26ae

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
@@ -67,6 +67,7 @@ integration: $(BUILD_DIR)/$(PROJECT)
6767
.PHONY: release
6868
release: cross
6969
gsutil cp $(BUILD_DIR)/$(PROJECT)-* gs://$(RELEASE_BUCKET)/$(VERSION)/
70+
gsutil cp $(BUILD_DIR)/$(PROJECT)-* gs://$(RELEASE_BUCKET)/latest/
7071

7172
.PHONY: clean
7273
clean:

0 commit comments

Comments
 (0)