From 55ae93f9a7118450dabbd9033ef060bbf1c7f304 Mon Sep 17 00:00:00 2001 From: Tim Armstrong Date: Mon, 5 Aug 2024 14:33:44 +0100 Subject: [PATCH] Modified macos-build.yml --- .github/workflows/macos-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index ffbf5e9..827fffa 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -30,7 +30,7 @@ jobs: dotnet workload install maui --ignore-failed-sources - name: Build MAUI MacCatalyst - run: dotnet build ${{ env.CS_Project_Path }} -p:PublishSingleFile=true -c Release -f net8.0-maccatalyst --os osx-arm64 --self-contained + run: dotnet build ${{ env.CS_Project_Path }} -p:PublishSingleFile=true -c Release -f net8.0-maccatalyst --os osx --self-contained - name: Upload MacCatalyst Artifact uses: actions/upload-artifact@v2.3.1