From 575b45572db957c46eecbf2bc13c83b9ce1da18a Mon Sep 17 00:00:00 2001 From: Todd Anderson Date: Wed, 13 Dec 2023 14:00:17 -0600 Subject: [PATCH] build test --- .github/actions/publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index d9dbc7a..a698800 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -37,7 +37,7 @@ runs: - name: Install MAUI Workload shell: bash - run: dotnet workload install maui-android maui-windows maui-maccatalyst --ignore-failed-sources + run: dotnet workload install maui-android maui-windows --ignore-failed-sources - name: Build DLLs for Release Configuration shell: bash