forked from TrueCloudLab/rclone
Fix upload_github target
This commit is contained in:
parent
77fb8ac240
commit
0c81439bc3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -51,7 +51,7 @@ upload:
|
|||
rclone -v copy build/ memstore:downloads-rclone-org
|
||||
|
||||
upload_github:
|
||||
./upload_github $(TAG)
|
||||
./upload-github $(TAG)
|
||||
|
||||
cross: doc
|
||||
./cross-compile $(TAG)
|
||||
|
|
Loading…
Add table
Reference in a new issue