Fixing upload and build binaries (#1751)
This commit is contained in:
parent
c4ba8831c3
commit
04814a3f3d
2
Makefile
2
Makefile
@ -260,7 +260,7 @@ endif
|
||||
|
||||
.PHONY: binaries-upload
|
||||
binaries-upload: ## Upload binaries to Google Storage (jenkins)
|
||||
cd "release/${TAG}"; for f in "*"; do zip "$f".zip "$f"; done
|
||||
cd "release/${TAG}"; for f in *; do zip $${f}.zip $${f}; done
|
||||
cd "release/${TAG}"; gsutil -m cp -r *.zip "gs://storj-v3-alpha-builds/${TAG}/"
|
||||
|
||||
##@ Clean
|
||||
|
0
scripts/release.sh
Normal file → Executable file
0
scripts/release.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user