We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61d708 commit 93e5441Copy full SHA for 93e5441
.github/workflows/deploy-windows-debug.yml
@@ -39,7 +39,7 @@ jobs:
39
id: downloadfile # Remember to give an ID if you need the output filename
40
name: Download USD
41
with:
42
- url: "https://github.com/ux3d/USD/releases/download/2021-10-20-1/usd_win_amd64_debug.zip"
+ url: "https://github.com/ux3d/USD/releases/download/v2021.11.0/usd_win_amd64_debug.zip"
43
target: ../resources/usd
44
45
- name: Extracting USD
0 commit comments