liuyuqi-dellpc 1 year ago
parent
commit
4ccd9da2ed
1 changed files with 5 additions and 0 deletions
  1. 5 0
      flutter/entrypoint.sh

+ 5 - 0
flutter/entrypoint.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+hub checkout master
+VERSION_NAME=`grep -oP 'versionName "\K(.*?)(?=")' ./${APP_FOLDER}/build.gradle`
+hub release create -a ./${APP_FOLDER}/build/outputs/apk/debug/*-debug.apk -m "${RELEASE_TITLE} - v${VERSION_NAME}" $(date +%Y%m%d%H%M%S)