diff --git a/.github/workflows/cicd-android.yml b/.github/workflows/cicd-android.yml index 9cce2bd7..239ed6a8 100644 --- a/.github/workflows/cicd-android.yml +++ b/.github/workflows/cicd-android.yml @@ -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