add binary uploader

This commit is contained in:
Greg Gauthier 2021-03-12 11:00:19 +00:00
parent 56d052ad4b
commit 1184aef996
1 changed files with 1 additions and 0 deletions

View File

@ -24,3 +24,4 @@ pipelines:
- go version
- go mod tidy
- go build -a -v -o ./build/ .
- curl -X POST --user "${BITBUCKET_USERNAME}:${BITBUCKET_APP_PASSWORD}" "https://api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@".build/projector"