From a8f7f53d6674458a30242747059e209d1d41f9f2 Mon Sep 17 00:00:00 2001 From: Tim Kluge Date: Fri, 30 May 2025 13:31:44 +0200 Subject: [PATCH] Remove apk archival step --- .github/workflows/android.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3c06f36..90b1e3f 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -43,12 +43,6 @@ jobs: - name: Build with Gradle run: ./gradlew build - - name: Archive APK - uses: actions/upload-artifact@v4 - with: - name: app-release.apk - path: app/build/outputs/apk/release/app-release.apk - - name: Create Release id: create_release uses: softprops/action-gh-release@v2