diff --git a/.github/workflows/gen_win_patches.yml b/.github/workflows/gen_win_patches.yml index 9e66de1..9cf9c54 100644 --- a/.github/workflows/gen_win_patches.yml +++ b/.github/workflows/gen_win_patches.yml @@ -80,7 +80,7 @@ jobs: elif [ "${{ env.VARIANT }}" == "Studio Driver" ]; then python autopatch.py https://international.download.nvidia.com/Windows/${{ env.VERSION }}/${{ env.VERSION }}-desktop-win10-win11-64bit-international-nsd-dch-whql.exe elif [ "${{ env.VARIANT }}" == "DCH (Hotfix)" ]; then - python autopatch.py https://international.download.nvidia.com/Windows/${{ env.VERSION }}hf/${{ env.VERSION }}-desktop-notebook-win10-win11-64bit-international-dch.hf.exe + python autopatch.py https://international.download.nvidia.com/Windows/${{ env.VERSION }}hf/${{ env.VERSION }}-desktop-win10-win11-64bit-international-dch-hf.exe fi echo "autopatch.py executed successfully"