workflow: Update to 1.10.13 thirdparty packages

This commit is contained in:
rdb 2022-11-29 20:14:20 +01:00
parent e5d36e2d01
commit 44dd2bd091

View File

@ -20,9 +20,9 @@ jobs:
shell: powershell
run: |
$wc = New-Object System.Net.WebClient
$wc.DownloadFile("https://www.panda3d.org/download/panda3d-1.10.11/panda3d-1.10.11-tools-win64.zip", "thirdparty-tools.zip")
$wc.DownloadFile("https://www.panda3d.org/download/panda3d-1.10.13/panda3d-1.10.13-tools-win64.zip", "thirdparty-tools.zip")
Expand-Archive -Path thirdparty-tools.zip
Move-Item -Path thirdparty-tools/panda3d-1.10.11/thirdparty -Destination .
Move-Item -Path thirdparty-tools/panda3d-1.10.13/thirdparty -Destination .
- name: Get thirdparty packages (macOS)
if: runner.os == 'macOS'
run: |