diff options
| author | Lywx <kiritodev01@gmail.com> | 2025-02-02 10:48:24 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-02 10:48:24 -0600 |
| commit | c152b6d75fea7211ed8a00cc241afe2212e22bd0 (patch) | |
| tree | ec0e90a1870a28179d523829d5dad4326d7eaea9 /.github | |
| parent | 694786781407161b64f6f17146c5d6e823f8b06d (diff) | |
Fixed sequences not getting extracted
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/windows_build.yml | 2 |
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: |
