From a502994ccb6338a7187f4de172a13cc509ee184e Mon Sep 17 00:00:00 2001 From: Luca Civale <56133182+lucacivale@users.noreply.github.com> Date: Sun, 2 Feb 2025 18:41:32 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b968042..cfd37fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,6 @@ on: workflow_dispatch env: DOTNET_VERSION: '9.0.x' PluginSolutionPath: 'src\Plugin.Maui.BottomSheet\Plugin.Maui.BottomSheet.sln' - PluginSampleSolutionPath: 'sample\Plugin.Maui.BottomSheet.Sample\Plugin.Maui.BottomSheet.Sample.sln' Configuration: 'Release' Version: '9.0.0'