diff --git a/.github/workflows/bud.yml b/.github/workflows/bud.yml index dcedc3f..8bd95e4 100644 --- a/.github/workflows/bud.yml +++ b/.github/workflows/bud.yml @@ -14,9 +14,9 @@ jobs: run: | md fbx cd fbx - Invoke-WebRequest "https://damassets.autodesk.net/content/dam/autodesk/www/adn/fbx/2020-2-1/fbx202021_fbxsdk_vs2022_win.exe" -OutFile "fbxsdk.exe" + Invoke-WebRequest "https://www.autodesk.com/content/dam/autodesk/www/adn/fbx/2020-3-4/fbx202034_fbxsdk_vs2022_win.exe" -OutFile "fbxsdk.exe" Start-Process -FilePath "fbxsdk.exe" /S -Wait - Invoke-WebRequest "https://damassets.autodesk.net/content/dam/autodesk/www/adn/fbx/2020-2-1/fbx202021_fbxsdk_vs2022_pdbs.exe" -OutFile "fbxpdb.exe" + Invoke-WebRequest "https://www.autodesk.com/content/dam/autodesk/www/adn/fbx/2020-3-4/fbx202034_fbxsdk_vs2022_pdbs.exe" -OutFile "fbxpdb.exe" Start-Process -FilePath "fbxpdb.exe" /S -Wait cd ..