From abb74ef940afe35ddf7bea5ea2e03c45484a95a3 Mon Sep 17 00:00:00 2001 From: Lywx Date: Sat, 21 Dec 2024 23:26:00 -0600 Subject: [PATCH] Update mac_build.yml --- .github/workflows/mac_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mac_build.yml b/.github/workflows/mac_build.yml index bc13a3b..39e343e 100644 --- a/.github/workflows/mac_build.yml +++ b/.github/workflows/mac_build.yml @@ -24,5 +24,5 @@ jobs: - name: Publish packaged artifacts uses: actions/upload-artifact@v4 with: - name: torch-mac-x64 - path: torch-release \ No newline at end of file + name: torch-mac-bin + path: torch-release