Skip to content

Commit

Permalink
added macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasa committed Aug 23, 2021
1 parent 262cb62 commit dd2a889
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: subosito/flutter-action@v1
with:
channel: 'stable'
- name: Enable MacOS
run: flutter config --enable-macos-desktop
- name: Install pub Dependencies
run: flutter pub get
- name: Build Android App
Expand All @@ -38,6 +40,11 @@ jobs:
flutter build web
cd build/web
zip -r web-app.zip .
- name: Build MacOS App
run: |
flutter build macos --release
cd build/macos/Build/Products/
zip -r macos-app.zip Release
- name: Release Apps
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit dd2a889

Please sign in to comment.