From 404ebbf4571b21af473e62c8b55e1a00e3ff91f4 Mon Sep 17 00:00:00 2001 From: Beyley Thomas Date: Thu, 2 May 2024 20:52:48 -0700 Subject: [PATCH] Upload only the app bundle --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 2853588..e7ddeca 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -69,7 +69,7 @@ jobs: uses: actions/upload-artifact@v3.1.1 with: name: "Refresher for MacOS x64" - path: "Refresher/bin/Release/net8.0/osx-x64/publish/" + path: "Refresher/bin/Release/net8.0/osx-x64/publish/Refresher.app/" if-no-files-found: error retention-days: 30 @@ -78,6 +78,6 @@ jobs: uses: actions/upload-artifact@v3.1.1 with: name: "Refresher for MacOS ARM64" - path: "Refresher/bin/Release/net8.0/osx-arm64/publish/" + path: "Refresher/bin/Release/net8.0/osx-arm64/publish/Refresher.app/" if-no-files-found: error retention-days: 30