Skip to content

Commit

Permalink
install maui instead of maui-android
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Dec 19, 2024
1 parent a099ff7 commit 81b42b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fw-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ jobs:
dotnet-version: '9.x'

- name: Setup Maui
run: dotnet workload install maui-android
run: dotnet workload install maui

- name: Publish Android
working-directory: backend/FwLite/FwLiteDesktop
run: dotnet publish -f net9.0-android --os android --artifacts-path ../artifacts -p:ApplicationDisplayVersion=${{ needs.build-and-test.outputs.semver-version }} -p:InformationalVersion=${{ needs.build-and-test.outputs.version }}
run: dotnet publish -f net9.0-android --artifacts-path ../artifacts -p:ApplicationDisplayVersion=${{ needs.build-and-test.outputs.semver-version }} -p:InformationalVersion=${{ needs.build-and-test.outputs.version }}

- name: Upload FWLite App artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 81b42b9

Please sign in to comment.