From 31f87bbc187c387b4bacbae341f12f2680428d26 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 18 Jul 2025 08:56:00 -0400 Subject: [PATCH] ci(release-homebrew-beta): fix artifact path (#4094) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 322778f8..c6caaa06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -228,6 +228,7 @@ jobs: uses: actions/download-artifact@v4 with: name: beta-Homebrew + path: homebrew - name: Upload Homebrew Beta Formula uses: LizardByte/actions/actions/release_homebrew@v2025.715.25226