diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5bb0c32..a4dc5c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,7 +71,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - files: build/windows/runner/Release/Unyo-${{github.ref_name}}-windows.zip + files: build/windows/x64/runner/Release/Unyo-${{github.ref_name}}-windows.zip build-and-release-macos: runs-on: macos-latest diff --git a/lib/screens/home_screen.dart b/lib/screens/home_screen.dart index dba2f02..4cf236e 100644 --- a/lib/screens/home_screen.dart +++ b/lib/screens/home_screen.dart @@ -403,7 +403,7 @@ class _HomeScreenState extends State { ) : Padding( padding: EdgeInsets.only( - top: totalHeight * 0.15), + top: totalHeight * 0.2), child: SingleChildScrollView( scrollDirection: Axis.vertical, child: Column( diff --git a/pubspec.yaml b/pubspec.yaml index 115fa56..8176d5b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,4 +1,4 @@ -name: flutter_nime +name: unyo description: "A new Flutter project." # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages.