From 3606588fd286ff9d2466771b3106f6b8b2e208fa Mon Sep 17 00:00:00 2001 From: Akash Yadav Date: Fri, 5 Jan 2024 22:52:21 +0530 Subject: [PATCH] chore: remove 'universal' APK upload configuration from workflow and Nyx config --- .github/workflows/build.yml | 5 ----- .nyx.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab7d7eb45a..266ce07dd2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,11 +95,6 @@ jobs: with: name: apk-x86_64-${{ matrix.build_type }} path: app-x86_64-${{ matrix.build_type }}.apk - - name: Upload universal ${{ matrix.build_type }} APK - uses: actions/upload-artifact@v3 - with: - name: apk-universal-${{ matrix.build_type }} - path: app-universal-${{ matrix.build_type }}.apk - name: Upload ${{ matrix.build_type }} mappings if: ${{ matrix.build_type == 'release' }} uses: actions/upload-artifact@v3 diff --git a/.nyx.yml b/.nyx.yml index d9e9f337b9..f0542539b4 100644 --- a/.nyx.yml +++ b/.nyx.yml @@ -29,11 +29,6 @@ releaseAssets: description: "AndroidIDE {{version}} armeabi-v7a release APK" path: app-armeabi-v7a-release.apk type: application/octet-stream - apk_universal: - fileName: "androidide-{{version}}-universal.apk" - description: "AndroidIDE {{version}} universal release APK" - path: app-universal-release.apk - type: application/octet-stream releaseTypes: enabled: