Skip to content

Commit d0f626d

Browse files
authored
More fix diffuse (#868)
1 parent 29d7f99 commit d0f626d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,16 +220,22 @@ jobs:
220220

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

228+
- uses: actions/download-artifact@v5
229+
name: Download current release AAR for diffuse
230+
with:
231+
name: livekit-android-sdk-release.aar
232+
path: client-sdk-android/
233+
228234
- id: diffuse
229235
uses: usefulness/diffuse-action@v1
230236
with:
231237
old-file-path: client-sdk-android/diffuse-source-file
232-
new-file-path: client-sdk-android/livekit-android-sdk/build/outputs/aar/livekit-android-sdk-release.aar
238+
new-file-path: client-sdk-android/livekit-android-sdk-release.aar
233239

234240
# Consuming diffuse action output
235241

0 commit comments

Comments
 (0)