Skip to content

Commit

Permalink
Publish hls and ima libraries (#22)
Browse files Browse the repository at this point in the history
Needed to test in another project.
  • Loading branch information
SylvainMorel authored May 23, 2024
1 parent 305a43f commit 745874c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
- name: Build and publish dash
run: cd libraries/exoplayer_dash && ../../gradlew publish

- name: Build and publish hls
run: cd libraries/exoplayer_hls && ../../gradlew publish

- name: Build and publish ima
run: cd libraries/exoplayer_ima && ../../gradlew publish

- name: Build and publish ui
run: cd libraries/ui && ../../gradlew publish

Expand Down

0 comments on commit 745874c

Please sign in to comment.