We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20595e commit a447d7fCopy full SHA for a447d7f
1 file changed
README.md
@@ -74,11 +74,15 @@ github {
74
assets = [
75
'app/build/outputs/apk/app-release.apk',
76
'app/build/outputs/mapping/release/mapping.txt',
77
+ 'app/build/outputs',
78
...
79
]
80
}
81
```
82
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
+
86
Finally you can see `githubRelease` task
87
88
```sh
0 commit comments