Skip to content

Commit 6cd02ce

Browse files
committed
Add compose lib to release
1 parent 6f12636 commit 6cd02ce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/Android-CI-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
name: ${{steps.tagger.outputs.tag}}
5959
generate_release_notes: true
6060
body: ${{steps.github_release.outputs.changelog}}
61-
files: chartLib/build/outputs/aar/chartLib-release.aar
61+
files: |
62+
chartLib/build/outputs/aar/chartLib-release.aar
63+
chartLibCompose/build/outputs/aar/chartLibCompose-release.aar
6264
env:
6365
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)