From f63854a9601b6cc2a95c901e7cc162b0d5ddf9bb Mon Sep 17 00:00:00 2001 From: Chris Pulman Date: Wed, 29 May 2024 01:13:45 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 197b313..4c869ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: dotNetBuild: true useVisualStudioPreview: false useMauiCheckDotNetTool: false - solutionFile: "reactiveui.sln" + solutionFile: "ReactiveUI.Maui.Plugins.Popup.sln" secrets: SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }} SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}