From e53d6fff89b31557988bdb573a963d1c8abc836e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A7=81Ash=C3=BB=EA=A7=82?= <30575805+Ashu11-A@users.noreply.github.com> Date: Sat, 4 May 2024 02:14:45 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B1=20Send=20only=20build=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c33e5b1f..40f6c670 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -73,7 +73,7 @@ jobs: name: Upload artifact with: name: build-${{ matrix.os }} - path: ./ + path: ./build - name: Upload binaries to release uses: svenstaro/upload-release-action@v2