update linux path normally

This commit is contained in:
coco875
2024-01-24 16:52:59 -06:00
committed by Lywx
parent 91e0e67dae
commit ec3e74dfcd
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,9 +21,9 @@ jobs:
run: |
mkdir torch-release
mv build-cmake/torch torch-release/
cp /usr/local/lib/libbz2.so.1.0 torch-release/
cp "$(ldconfig -p | grep libbz2.so.1.0 | tr ' ' '\n' | grep /| head -n1)" torch-release/
- name: Publish packaged artifacts
uses: actions/upload-artifact@v4
with:
name: linux-x64
path: build-cmake/torch
path: torch-release