From ee823c5112cee531c9997e26e253f6e420588a9e Mon Sep 17 00:00:00 2001 From: davidliu Date: Fri, 13 Feb 2026 02:46:53 +0900 Subject: [PATCH] More fix diffuse --- .github/workflows/android.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index f1f85d7e1..e4345a2d7 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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