upload artifact of wasm binary (#571)

fix #570
This commit is contained in:
fdb-hiroshima
2019-05-10 15:38:43 +02:00
committed by GitHub
parent 33619abdfb
commit 90f6ef0380
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -2,4 +2,5 @@
mkdir bin
cp target/release/{plume,plm} bin
strip -s bin/*
tar -cvzf plume.tar.gz bin/ static/ migrations/$FEATURES
tar -cvzf plume.tar.gz bin/ static/
tar -cvzf wasm.tar.gz static/plume-front.{js,wasm}