File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5454 "modifications" : {
5555 "type" : " JSON" ,
5656 "value" :{
57-
58- "aliasTer" : " testValue "
57+ "aliasTer" : " testValue " ,
58+ "specialChar" : " éèà "
5959 }
6060 },
6161 "reference" : false
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v2
1414 - uses : actions/setup-java@v1
1515 with :
16- java-version : " 12.x "
16+ java-version : ' 15 '
1717
1818 - uses : subosito/flutter-action@v1
1919 with :
@@ -31,17 +31,17 @@ jobs:
3131 - uses : actions/checkout@v2
3232 - uses : actions/setup-java@v1
3333 with :
34- java-version : " 12.x "
34+ java-version : ' 17 '
3535 - uses : subosito/flutter-action@v1
3636 with :
3737 flutter-version : ${{ matrix.flutter }}
3838 - run : flutter pub get
3939 working-directory : example
40- - run : flutter build apk
40+ - run : flutter build apk --debug
4141 working-directory : example
4242 - name : Archive FlagshipQA APK
4343 uses : actions/upload-artifact@v4
4444 with :
4545 name : QA APK
46- path : example/build/app/outputs/flutter-apk/app-release .apk
46+ path : example/build/app/outputs/flutter-apk/app-debug .apk
4747 retention-days : 2
You can’t perform that action at this time.
0 commit comments