AUTH-3103 CI build fixes

This commit is contained in:
Dalton
2020-09-17 10:56:18 -05:00
committed by Dalton Cherry
parent 747427f816
commit afa5e68fe5
3 changed files with 15 additions and 17 deletions

View File

@@ -148,8 +148,8 @@ github-message:
.PHONY: github-mac-upload
github-mac-upload:
python3 github_release.py --path .artifacts/cloudflared-darwin-amd64.tgz --release-version $(VERSION) --name cloudflared-darwin-amd64.tgz
python3 github_release.py --path .artifacts/cloudflared-amd64.pkg --release-version $(VERSION) --name cloudflared-amd64.pkg
python3 github_release.py --path artifacts/cloudflared-darwin-amd64.tgz --release-version $(VERSION) --name cloudflared-darwin-amd64.tgz
python3 github_release.py --path artifacts/cloudflared-amd64.pkg --release-version $(VERSION) --name cloudflared-amd64.pkg
bin/equinox:
mkdir -p bin