mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
add torch prefix for artefacts
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user