Skip to content

Commit

Permalink
windows app name
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey committed May 3, 2024
1 parent 25e5a6a commit 2d66bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
$Env:OPEN3D_VERSION_FULL = (Select-String -Path "C:/Open3D/build/CMakeCache.txt" -Pattern "OPEN3D_VERSION_FULL").Line.Split('=')[1]
Compress-Archive -Path C:\Program Files\Open3D\bin\Open3D -DestinationPath `
"open3d-$Env:OPEN3D_VERSION_FULL-app-windows-amd64.zip"
gh release upload main-devel open3d-app-windows-amd64.zip --clobber
gh release upload main-devel "open3d-$Env:OPEN3D_VERSION_FULL-app-windows-amd64.zip" --clobber
gh release view main-devel
- name: Run C++ unit tests
Expand Down

0 comments on commit 2d66bb2

Please sign in to comment.