AUTH-2927 run message update after all github builds are done

This commit is contained in:
Dalton
2020-07-29 12:50:25 -05:00
parent 9952ce0069
commit 5b3b592108
4 changed files with 140 additions and 31 deletions

View File

@@ -137,6 +137,10 @@ release: bin/equinox
github-release: cloudflared
python3 github_release.py --path $(EXECUTABLE_PATH) --release-version $(VERSION)
.PHONY: github-message
github-message:
python3 github_message.py --release-version $(VERSION)
bin/equinox:
mkdir -p bin
curl -s https://bin.equinox.io/c/75JtLRTsJ3n/release-tool-beta-$(EQUINOX_PLATFORM).tgz | tar xz -C bin/