Skip to content

Commit

Permalink
fastlane for store release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Fauchon authored and Paul Fauchon committed Feb 22, 2023
1 parent b774c07 commit b471085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ 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 @@ -42,6 +41,7 @@ steps:
- source /Users/gz/.zshrc
- flutter doctor
- security unlock-keychain -p $${KEYCHAIN_PASS} /Users/gz/Library/Keychains/login.keychain-db
- flutter build appbundle --build-number $(date "+%y%j%H%M") --build-name "${DRONE_TAG:=0.0.0}"
- cd android
- fastlane deploy
when:
Expand Down

0 comments on commit b471085

Please sign in to comment.