Skip to content

Commit

Permalink
Update maui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iNoles authored Sep 12, 2023
1 parent e80bef6 commit bf9290c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build Android App
run: |
dotnet build -f net7.0-android
dotnet build HackerNews.App.sln -f net7.0-android
Build_iOS:
runs-on: macos-13
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Build iOS App
run: |
dotnet build -f net7.0-ios
dotnet build HackerNews.App.sln -f net7.0-ios
Build_MacCatalyst:
runs-on: macos-13
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Build macOS App
run: |
dotnet build -f net7.0-maccatalyst
dotnet build HackerNews.App.sln -f net7.0-maccatalyst
Build_Windows:
runs-on: windows-latest
Expand Down Expand Up @@ -114,4 +114,4 @@ jobs:
- name: Build Windows App
run: |
dotnet build
dotnet build HackerNews.App.sln

0 comments on commit bf9290c

Please sign in to comment.