mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-25 21:11:01 +00:00
parent
33619abdfb
commit
90f6ef0380
2 changed files with 5 additions and 1 deletions
|
@ -216,6 +216,9 @@ jobs:
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: plume.tar.gz
|
path: plume.tar.gz
|
||||||
destination: plume.tar.gz
|
destination: plume.tar.gz
|
||||||
|
- store_artifacts:
|
||||||
|
path: wasm.tar.gz
|
||||||
|
destination: wasm.tar.gz
|
||||||
|
|
||||||
push translations:
|
push translations:
|
||||||
executor:
|
executor:
|
||||||
|
|
|
@ -2,4 +2,5 @@
|
||||||
mkdir bin
|
mkdir bin
|
||||||
cp target/release/{plume,plm} bin
|
cp target/release/{plume,plm} bin
|
||||||
strip -s 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}
|
||||||
|
|
Loading…
Reference in a new issue