Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadMusa22 committed May 10, 2022
1 parent 7985bbd commit 869a7b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildapk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- uses: ncipollo/release-action@v1
with:
##name: release-apk
artifacts: "build/app/outputs/apk/release/*"
artifacts: "build/app/outputs/apk/debug/*"
##path: build/app/outputs/apk/release/app-release.apk
tag: v1.0.${{ github.run_number }}
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'MVC Practice',
title: 'MVC Practice ',
theme: ThemeData(
primarySwatch: Colors.blue,
),
Expand Down

0 comments on commit 869a7b9

Please sign in to comment.