add torch prefix for artefacts

This commit is contained in:
coco875
2024-01-24 16:52:59 -06:00
committed by Lywx
parent 9f5cd5566a
commit 06134be57a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,5 +25,5 @@ jobs:
- name: Publish packaged artifacts
uses: actions/upload-artifact@v4
with:
name: linux-x64
name: torch-linux-x64
path: torch-release
+1 -1
View File
@@ -24,5 +24,5 @@ jobs:
- name: Publish packaged artifacts
uses: actions/upload-artifact@v4
with:
name: mac-x64
name: torch-mac-x64
path: torch-release
+1 -1
View File
@@ -19,5 +19,5 @@ jobs:
- name: Publish packaged artifacts
uses: actions/upload-artifact@v4
with:
name: windows-x64
name: torch-windows-x64
path: build/x64