Skip to content

Commit

Permalink
feat: distribute aab
Browse files Browse the repository at this point in the history
  • Loading branch information
zmhu committed Oct 4, 2023
1 parent a1506d8 commit 3cdf25a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion distribute_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ releases:

- name: android
jobs:
- name: android-release
- name: android-apk
package:
platform: android
target: apk
Expand All @@ -46,6 +46,19 @@ releases:
repo-owner: geeker-ai
repo-name: geek_chat

- name: android-aab
package:
platform: android
target: aab
build_args:
dart-define:
APP_ENV: release
publish:
target: github
args:
repo-owner: geeker-ai
repo-name: geek_chat

- name: windows
jobs:
- name: windows-release-msix
Expand Down

0 comments on commit 3cdf25a

Please sign in to comment.