From dc9515bfcd8adc78715ccb4e42231f5fd9f0aae3 Mon Sep 17 00:00:00 2001 From: Jai Luthra Date: Fri, 25 Apr 2025 10:07:10 +0530 Subject: [PATCH] workflows: win: update hotfix driver url --- .github/workflows/gen_win_patches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"