Skip to content

Commit

Permalink
Update Flutter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MjKey authored Jul 26, 2024
1 parent 5cc9c31 commit 1091200
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Dart
name: Flutter Build

on:
push:
Expand All @@ -22,3 +22,7 @@ jobs:
with:
channel: stable
- run: flutter build windows
- uses: actions/upload-artifact@v4
with:
name: Lastest
path: build/windows/x64/runner/Release/

0 comments on commit 1091200

Please sign in to comment.