File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 build_name :
1616 description : " Build Version (it should match the version in pubspec.yaml)"
1717 required : true
18- default : " 0.11.1 "
18+ default : " 0.11.2 "
1919 build_number :
2020 description : " Build Number (it should be unique)"
2121 required : true
22- default : " 29110101 "
22+ default : " 29110201 "
2323 build_type :
2424 type : choice
2525 description : " Build Type"
Original file line number Diff line number Diff line change 1515 build_name :
1616 description : " Build Version (it should match the version in pubspec.yaml)"
1717 required : true
18- default : " 0.11.1 "
18+ default : " 0.11.2 "
1919 build_number :
2020 description : " Build Number (it should be unique)"
2121 required : true
Original file line number Diff line number Diff line change 1515 build_name :
1616 description : " Build Version (it should match the version in pubspec.yaml)"
1717 required : true
18- default : " 0.11.1 "
18+ default : " 0.11.2 "
1919 internal_build :
2020 type : choice
2121 description : " Internal Build Type (1 for internal, 0 for external)"
Original file line number Diff line number Diff line change 1515 build_name :
1616 description : " Build Version (it should match the version in pubspec.yaml)"
1717 required : true
18- default : " 0.11.1 "
18+ default : " 0.11.2 "
1919 arch :
2020 type : choice
2121 description : " Build Architecture"
Original file line number Diff line number Diff line change 1212 description : " Release version (e.g., 0.10.7)"
1313 required : true
1414 type : string
15- default : " 0.11.1 "
15+ default : " 0.11.2 "
1616 branch :
1717 description : " Source branch for build"
1818 required : true
@@ -100,7 +100,7 @@ jobs:
100100 INTERNAL_BUILD="${{ github.event.inputs.internal_build }}"
101101 elif [[ "${{ github.event_name }}" == "schedule" ]]; then
102102 # Scheduled trigger - build all platforms with default settings
103- VERSION="0.11.1 "
103+ VERSION="0.11.2 "
104104 BRANCH_NAME="main"
105105 PLATFORMS="all"
106106 ANDROID_BUILD_TYPE="both"
Original file line number Diff line number Diff line change 1515 build_name :
1616 description : " Build Version (it should match the version in pubspec.yaml)"
1717 required : true
18- default : " 0.11.1 "
18+ default : " 0.11.2 "
1919 internal_build :
2020 type : choice
2121 description : " Internal Build Type (1 for internal, 0 for external)"
You can’t perform that action at this time.
0 commit comments