Skip to content

Commit

Permalink
Update maui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed Oct 29, 2024
1 parent 4742667 commit 61dd2c7
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 @@ -35,7 +35,7 @@ jobs:
- name: Build Android App
run: |
dotnet build ./ -f net8.0-android
dotnet build -f net8.0-android -c Release
Build_iOS:
runs-on: macos-14
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Build iOS App
run: |
dotnet build ./ -f net8.0-ios
dotnet build -f net8.0-ios -c Release
Build_MacCatalyst:
runs-on: macos-14
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Build macOS App
run: |
dotnet build ./ -f net8.0-maccatalyst
dotnet build -f net8.0-maccatalyst -c Release
Build_Windows:
runs-on: windows-latest
Expand Down Expand Up @@ -119,4 +119,4 @@ jobs:
- name: Build Windows App
run: |
dotnet build ./
dotnet build -c Release

0 comments on commit 61dd2c7

Please sign in to comment.