From 204b0fe8a4673f935f12ceab1748f1a9c94b24a3 Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Mon, 4 Sep 2023 15:27:50 +0200 Subject: [PATCH] Update CI --- .github/workflows/ci-sample.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-sample.yml b/.github/workflows/ci-sample.yml index da8cac0..cf11f21 100644 --- a/.github/workflows/ci-sample.yml +++ b/.github/workflows/ci-sample.yml @@ -22,6 +22,6 @@ jobs: - name: Install .NET MAUI run: dotnet workload install maui - name: Restore dependencies - run: dotnet restore samples\AudioPlayerSample.sln + run: dotnet restore samples\Plugin.Maui.Audio.Sample.sln - name: Build - run: dotnet build samples\AudioPlayerSample.sln -c Release + run: dotnet build samples\Plugin.Maui.Audio.Sample.sln -c Release