Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
importre committed May 13, 2015
1 parent c20595e commit a447d7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit a447d7f

Please sign in to comment.