File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments