Skip to content

Commit

Permalink
test build appbundle
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarios committed Feb 22, 2023
1 parent 8b816a6 commit 3a077ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ steps:
- flutter pub get
- flutter pub run flutter_native_splash:create
- flutter build apk --split-per-abi --build-number $(date "+%y%j%H%M") --build-name "${DRONE_TAG:=0.0.0}"
- flutter build appbundle --build-number $(date "+%y%j%H%M") --build-name "${DRONE_TAG:=0.0.0}"
- name: git hub release
environment:
KEYCHAIN_PASS:
Expand All @@ -29,6 +30,7 @@ steps:
commands:
- source /Users/gz/.zshrc
- gh release upload ${DRONE_TAG} build/app/outputs/flutter-apk/* -R lamarios/clipious
- gh release upload ${DRONE_TAG} build/app/outputs/bundle/release/* -R lamarios/clipious
when:
event: tag
# - name: Release Android
Expand Down

0 comments on commit 3a077ed

Please sign in to comment.