From 8784598cd8b94fbde62011ea07f6d7253259efbd Mon Sep 17 00:00:00 2001 From: Exidex <16986685+exidex@users.noreply.github.com> Date: Sat, 22 Feb 2025 20:10:13 +0100 Subject: [PATCH] Fix macos build artifact path --- .github/workflows/setup-macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-macos.yaml b/.github/workflows/setup-macos.yaml index 2dc8c85..6b1b8eb 100644 --- a/.github/workflows/setup-macos.yaml +++ b/.github/workflows/setup-macos.yaml @@ -62,6 +62,6 @@ jobs: if: ${{ inputs.upload-artifact }} with: name: 'gauntlet-universal-macos.dmg' - path: 'target/out/gauntlet-universal-macos.dmg' + path: 'target/gauntlet-universal-macos.dmg' if-no-files-found: 'error' retention-days: 7