From a447d7f7fe4cab5cc14884df6916a2d8886fdfad Mon Sep 17 00:00:00 2001 From: Jaewe Heo Date: Wed, 13 May 2015 17:34:26 +0900 Subject: [PATCH] update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bd1850a..4372c58 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,15 @@ github { assets = [ 'app/build/outputs/apk/app-release.apk', 'app/build/outputs/mapping/release/mapping.txt', + 'app/build/outputs', ... ] } ``` +If an asset is directory, `gradle-github-plugin` will zip this directory, `outputs.zip` by name. +For example, `app/build/outputs` is compressed into `app/build/outputs.zip`. And the file will be removed after uploaded. + Finally you can see `githubRelease` task ```sh