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

Commit

Permalink
chore: fix apk file path in Nyx config
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Jul 14, 2023
1 parent 72d6569 commit b7903b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .nyx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ releaseAssets:
apk_arm64:
fileName: "androidide-{{version}}-arm64-v8a.apk"
description: "AndroidIDE {{version}} arm64-v8a release APK"
path: app-arm64-v8a-release.apk
path: app-arm64-v8a-arm64-v8a-release.apk
type: application/octet-stream
apk_arm:
fileName: "androidide-{{version}}-armeabi-v7a.apk"
description: "AndroidIDE {{version}} armeabi-v7a release APK"
path: app-armeabi-v7a-release.apk
path: app-armeabi-v7a-armeabi-v7a-release.apk
type: application/octet-stream

releaseTypes:
Expand Down

0 comments on commit b7903b2

Please sign in to comment.