checkpoint sketch work
This commit is contained in:
parent
c00e4995e6
commit
32e57fd00e
6 changed files with 111 additions and 32 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
tag=${1:-latest}
|
||||
./bin/build-upload mac ${tag} && \
|
||||
./bin/build-upload win ${tag} && \
|
||||
./bin/build-upload linux ${tag}
|
||||
./bin/build-upload linux ${tag} && \
|
||||
./bin/build-upload mac ${tag}
|
||||
|
|
|
|||
Loading…
Reference in a new issue