Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
chore: remove 'universal' APK upload configuration from workflow and …
Browse files Browse the repository at this point in the history
…Nyx config
  • Loading branch information
itsaky committed Jan 5, 2024
1 parent b8fc23b commit 3606588
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions .nyx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3606588

Please sign in to comment.