mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Added windows release
This commit is contained in:
@@ -15,8 +15,12 @@ jobs:
|
||||
run: |
|
||||
cmake -S . -B "build/x64" -G "Visual Studio 17 2022" -T v142 -A x64 -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build ./build/x64
|
||||
- name: Publish packaged artifacts
|
||||
- name: Create Package
|
||||
run: |
|
||||
mkdir torch-release
|
||||
mv build/x64/Release/torch.exe torch-release/
|
||||
- name: Upload build
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: torch-windows-x64
|
||||
path: build/x64
|
||||
name: Windows Build
|
||||
path: torch-release
|
||||
Reference in New Issue
Block a user