mirror of
https://github.com/rclone/rclone
synced 2025-03-28 12:23:07 +01:00
make beta to compile and upload a beta release
This commit is contained in:
parent
5bb76cc35c
commit
dcd6bedc27
5
Makefile
5
Makefile
@ -53,6 +53,11 @@ upload:
|
||||
cross: doc
|
||||
./cross-compile $(TAG)
|
||||
|
||||
beta: doc
|
||||
./cross-compile $(TAG)β
|
||||
rm build/*-current-*
|
||||
rclone -v copy build/ memstore:pub-rclone-org/$(TAG)β
|
||||
|
||||
serve:
|
||||
cd docs && hugo server -v -w
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user