Skip to content

Commit

Permalink
APK
Browse files Browse the repository at this point in the history
  • Loading branch information
vicocz authored Mar 20, 2024
1 parent 4920296 commit 6317498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Restore Dependencies
run: dotnet restore BrickController2/BrickController2.Android/BrickController2.Android.csproj
- name: Build MAUI Android
run: dotnet publish BrickController2/BrickController2.Android/BrickController2.Android.csproj -c Release -f net8.0-android --no-restore
run: dotnet publish BrickController2/BrickController2.Android/BrickController2.Android.csproj -c Release -f net8.0-android /p:AndroidPackageFormats=apk --no-restore

- name: Upload Android Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6317498

Please sign in to comment.