From 092818161276dc362ed7a382986ecd21fc7a6bd5 Mon Sep 17 00:00:00 2001 From: danemadsen Date: Sun, 2 Jun 2024 15:31:07 +1000 Subject: [PATCH] correct MacOS artifact upload --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index d1a097e2..8d812930 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -37,4 +37,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: maid-macos-${{ matrix.arch }} - path: build/macos/Build/Products/Release \ No newline at end of file + path: build/macos/Build/Products/Release/maid.app \ No newline at end of file