try to build release plume&plm on ci (#528)
ref Plume-org/docs#27 I should archive the artifacts before uploading
This commit is contained in:
committed by
Baptiste Gelez
parent
0d708e1639
commit
3d82265b85
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
mkdir bin
|
||||
cp target/release/{plume,plm} bin
|
||||
cp "$(which diesel)" bin
|
||||
tar -cvzf plume.tar.gz bin/ static/ migrations/$FEATURES
|
||||
Reference in New Issue
Block a user