Skip to content

Commit 869a7b9

Browse files
h
1 parent 7985bbd commit 869a7b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/buildapk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- uses: ncipollo/release-action@v1
2828
with:
2929
##name: release-apk
30-
artifacts: "build/app/outputs/apk/release/*"
30+
artifacts: "build/app/outputs/apk/debug/*"
3131
##path: build/app/outputs/apk/release/app-release.apk
3232
tag: v1.0.${{ github.run_number }}

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class MyApp extends StatelessWidget {
1010
@override
1111
Widget build(BuildContext context) {
1212
return MaterialApp(
13-
title: 'MVC Practice',
13+
title: 'MVC Practice ',
1414
theme: ThemeData(
1515
primarySwatch: Colors.blue,
1616
),

0 commit comments

Comments
 (0)