Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarios committed Feb 12, 2023
1 parent 08d3607 commit 58bd8e2
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 @@ -8,7 +8,7 @@ steps:
pull: always
commands:
- flutter doctor
- flutter build apk --split-per-abi --build-number $(date "+%y%m%d%H%M") --build-name "${DRONE_TAG:=0.0.0}"
- flutter build apk --split-per-abi --build-number $(date "+%y%j%H%M") --build-name "${DRONE_TAG:=0.0.0}"
- name: git hub release
image: plugins/github-release
settings:
Expand Down

0 comments on commit 58bd8e2

Please sign in to comment.