From f533e4e0c720271de55d80e87596bffd2d4a433e Mon Sep 17 00:00:00 2001 From: Tommy Li Date: Tue, 6 Aug 2024 10:40:14 -0700 Subject: [PATCH] fix binary location --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f37c43f..c3018c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: binaries - path: ./build/* + path: .build/* push_to_registries: name: Push Docker image to multiple registries