Skip to content

Commit 2b1ca6b

Browse files
committed
set usd download version
1 parent c3fc793 commit 2b1ca6b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: downloadfile # Remember to give an ID if you need the output filename
3737
name: Download USD
3838
with:
39-
url: "https://github.com/ux3d/USD/releases/download/v2021.11.1/usd_linux_amd64.tar.gz"
39+
url: "https://github.com/ux3d/USD/releases/download/v2022.4.2/usd_linux_amd64.tar.gz"
4040
target: ../resources/usd
4141

4242
- name: Extracting USD

.github/workflows/deploy-macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: downloadfile # Remember to give an ID if you need the output filename
3737
name: Download USD
3838
with:
39-
url: "https://github.com/ux3d/USD/releases/download/v2021.11.1/usd_macOS_amd64.tar.gz"
39+
url: "https://github.com/ux3d/USD/releases/download/v2022.4.2/usd_macOS_amd64.tar.gz"
4040
target: ../resources/usd
4141

4242
- name: Extracting USD

.github/workflows/deploy-windows-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: downloadfile # Remember to give an ID if you need the output filename
4040
name: Download USD
4141
with:
42-
url: "https://github.com/ux3d/USD/releases/download/v2021.11.1/usd_win_amd64_debug.zip"
42+
url: "https://github.com/ux3d/USD/releases/download/v2022.4.2/usd_win_amd64_debug.zip"
4343
target: ../resources/usd
4444

4545
- name: Extracting USD

.github/workflows/deploy-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: downloadfile # Remember to give an ID if you need the output filename
4040
name: Download USD
4141
with:
42-
url: "https://github.com/ux3d/USD/releases/download/v2021.11.1/usd_win_amd64.zip"
42+
url: "https://github.com/ux3d/USD/releases/download/v2022.4.2/usd_win_amd64.zip"
4343
target: ../resources/usd
4444

4545
- name: Extracting USD

0 commit comments

Comments
 (0)