Skip to content

Commit

Permalink
Update cicd-android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vicocz authored Apr 24, 2024
1 parent 2d150dd commit d90f675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
displayVersion: ${{ inputs.build-version }}.${{ github.run_number }}
printFile: true # optional

- name: Publish MAUI Android AAB
- name: Publish MAUI Android APK
run: dotnet publish ${{ inputs.project-folder }}/${{inputs.project-file}} -c ${{ inputs.build-config }} -f ${{ inputs.dotnet-version-target }}-android /p:AndroidPackageFormats=apk --no-restore

- name: Upload Android Artifact
Expand Down

0 comments on commit d90f675

Please sign in to comment.