We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4705a7e commit 6598edfCopy full SHA for 6598edf
.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/v2021.11.0/usd_win_amd64_debug.zip"
+ url: "https://github.com/ux3d/USD/releases/download/v2021.11.1/usd_win_amd64_debug.zip"
43
target: ../resources/usd
44
45
- name: Extracting USD
0 commit comments