From 5234fa404e2d2d71940fe21b49c758d5c7bd6b6d Mon Sep 17 00:00:00 2001 From: davidliu Date: Fri, 13 Feb 2026 01:43:07 +0900 Subject: [PATCH] Fix diffuse actions --- .github/workflows/android.yml | 6 +++--- .github/workflows/dependency_diff.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e8cb2116d..f1f85d7e1 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -189,7 +189,7 @@ jobs: if: github.event_name == 'push' uses: actions/cache@v4 with: - path: diffuse-source-file + path: client-sdk-android/diffuse-source-file key: diffuse-${{ github.sha }} # Copy your build artifact under `diffuse-source-file` name which will be saved in cache @@ -222,13 +222,13 @@ jobs: - uses: actions/cache@v4 name: Download base source file for diffuse with: - path: diffuse-source-file + path: client-sdk-android/diffuse-source-file key: diffuse-${{ github.event.pull_request.base.sha }} - id: diffuse uses: usefulness/diffuse-action@v1 with: - old-file-path: diffuse-source-file + 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 # Consuming diffuse action output diff --git a/.github/workflows/dependency_diff.yml b/.github/workflows/dependency_diff.yml index f44c0b7e0..aa034a71d 100644 --- a/.github/workflows/dependency_diff.yml +++ b/.github/workflows/dependency_diff.yml @@ -37,7 +37,7 @@ jobs: if: ${{ steps.dependency-diff.outputs.text-diff != null || steps.find_comment.outputs.comment-id != null }} with: body: | - Dependency diff (customize your message here): + Dependency diff: ```diff ${{ steps.dependency-diff.outputs.text-diff }} ```