add build-all script
This commit is contained in:
parent
14faded429
commit
89e4e03700
1 changed files with 5 additions and 0 deletions
5
bin/build-upload-all
Executable file
5
bin/build-upload-all
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
tag=${1:-latest}
|
||||||
|
./bin/build-upload mac ${tag} && \
|
||||||
|
./bin/build-upload win ${tag} && \
|
||||||
|
./bin/build-upload linux ${tag}
|
||||||
Loading…
Reference in a new issue