Skip to content

Fix the issue of the audio recording segment repeating at the end on the Android platform #267

Fix the issue of the audio recording segment repeating at the end on the Android platform

Fix the issue of the audio recording segment repeating at the end on the Android platform #267

Workflow file for this run

name: Build Sample App for CI
on:
push:
branches: [ "main" ]
paths-ignore:
- "**.md"
pull_request:
branches: [ "main" ]
jobs:
build-sample-ci:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Restore dependencies
run: dotnet restore samples\Plugin.Maui.Audio.Sample\Plugin.Maui.Audio.Sample.csproj
- name: Build
run: dotnet build samples\Plugin.Maui.Audio.Sample\Plugin.Maui.Audio.Sample.csproj -c Release