We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f0848 commit 4705a7eCopy full SHA for 4705a7e
.github/workflows/deploy-macOS.yml
@@ -36,7 +36,7 @@ jobs:
36
id: downloadfile # Remember to give an ID if you need the output filename
37
name: Download USD
38
with:
39
- url: "https://github.com/ux3d/USD/releases/download/v2021.11.0/usd_macOS_amd64.tar.gz"
+ url: "https://github.com/ux3d/USD/releases/download/v2021.11.1/usd_macOS_amd64.tar.gz"
40
target: ../resources/usd
41
42
- name: Extracting USD
0 commit comments