Skip to content

Commit

Permalink
Release windows
Browse files Browse the repository at this point in the history
  • Loading branch information
K3vinb5 committed Apr 16, 2024
1 parent b058e15 commit 8680b6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/screens/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ class _HomeScreenState extends State<HomeScreen> {
)
: Padding(
padding: EdgeInsets.only(
top: totalHeight * 0.15),
top: totalHeight * 0.2),
child: SingleChildScrollView(
scrollDirection: Axis.vertical,
child: Column(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 8680b6a

Please sign in to comment.