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