Skip to content

Commit a447d7f

Browse files
committed
update README.md
1 parent c20595e commit a447d7f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,15 @@ github {
7474
assets = [
7575
'app/build/outputs/apk/app-release.apk',
7676
'app/build/outputs/mapping/release/mapping.txt',
77+
'app/build/outputs',
7778
...
7879
]
7980
}
8081
```
8182

83+
If an asset is directory, `gradle-github-plugin` will zip this directory, `outputs.zip` by name.
84+
For example, `app/build/outputs` is compressed into `app/build/outputs.zip`. And the file will be removed after uploaded.
85+
8286
Finally you can see `githubRelease` task
8387

8488
```sh

0 commit comments

Comments
 (0)