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