Make release directory

This commit is contained in:
Asher 2019-08-09 19:27:30 -05:00
parent 2807ce495e
commit 1d61cbe536
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ function docker-build() {
docker-exec build
docker-exec binary
docker-exec package
mkdir -p release
docker cp "${containerId}":/src/release/. ./release/
docker stop "${containerId}"