From 6ebdca4d15ff353b14bc1d8542e86c6a1067b455 Mon Sep 17 00:00:00 2001 From: Jonatan Rhodin Date: Fri, 24 Jan 2025 14:38:25 +0100 Subject: [PATCH] Remove old download relay list artifact --- .github/workflows/android-app.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index d63762075558..f0c203ca9d02 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -270,11 +270,6 @@ jobs: path: android/app/build/rustJniLibs/android merge-multiple: true - - uses: actions/download-artifact@v4 - with: - name: relay-list - path: android/app/build/extraAssets - - name: Build app uses: burrunan/gradle-cache-action@v1 with: