summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/windows_build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml
index 8f39a87..4f8fe3c 100644
--- a/.github/workflows/windows_build.yml
+++ b/.github/workflows/windows_build.yml
@@ -18,7 +18,7 @@ jobs:
- name: Create Package
run: |
mkdir torch-release
- mv build/x64/Release/torch.exe torch-release/
+ mv Debug/torch.exe torch-release/
- name: Upload build
uses: actions/upload-artifact@v4
with: