We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7985bbd commit 869a7b9Copy full SHA for 869a7b9
.github/workflows/buildapk.yml
@@ -27,6 +27,6 @@ jobs:
27
- uses: ncipollo/release-action@v1
28
with:
29
##name: release-apk
30
- artifacts: "build/app/outputs/apk/release/*"
+ artifacts: "build/app/outputs/apk/debug/*"
31
##path: build/app/outputs/apk/release/app-release.apk
32
tag: v1.0.${{ github.run_number }}
lib/main.dart
@@ -10,7 +10,7 @@ class MyApp extends StatelessWidget {
10
@override
11
Widget build(BuildContext context) {
12
return MaterialApp(
13
- title: 'MVC Practice',
+ title: 'MVC Practice ',
14
theme: ThemeData(
15
primarySwatch: Colors.blue,
16
),
0 commit comments