We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f12636 commit 6cd02ceCopy full SHA for 6cd02ce
1 file changed
.github/workflows/Android-CI-release.yml
@@ -58,6 +58,8 @@ jobs:
58
name: ${{steps.tagger.outputs.tag}}
59
generate_release_notes: true
60
body: ${{steps.github_release.outputs.changelog}}
61
- files: chartLib/build/outputs/aar/chartLib-release.aar
+ files: |
62
+ chartLib/build/outputs/aar/chartLib-release.aar
63
+ chartLibCompose/build/outputs/aar/chartLibCompose-release.aar
64
env:
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments