Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,16 +220,22 @@ jobs:

# Diffuse checking for pull requests
- uses: actions/cache@v4
name: Download base source file for diffuse
name: Download base source AAR for diffuse
with:
path: client-sdk-android/diffuse-source-file
key: diffuse-${{ github.event.pull_request.base.sha }}

- uses: actions/download-artifact@v5
name: Download current release AAR for diffuse
with:
name: livekit-android-sdk-release.aar
path: client-sdk-android/

- id: diffuse
uses: usefulness/diffuse-action@v1
with:
old-file-path: client-sdk-android/diffuse-source-file
new-file-path: client-sdk-android/livekit-android-sdk/build/outputs/aar/livekit-android-sdk-release.aar
new-file-path: client-sdk-android/livekit-android-sdk-release.aar

# Consuming diffuse action output

Expand Down