diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/mac_build.yml | 4 |
1 files 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 |
