win: support both types of hotfix urls

This commit is contained in:
Jai Luthra
2025-06-07 00:28:11 +05:30
committed by Jai Luthra
parent dfca5e1ffa
commit 4fb25f1952
2 changed files with 5 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ on:
- DCH
- Studio Driver
- DCH (Hotfix)
- DCH (Notebook Hotfix)
description:
description: 'Commit description'
required: false
@@ -81,6 +82,8 @@ jobs:
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-win10-win11-64bit-international-dch-hf.exe
elif [ "${{ env.VARIANT }}" == "DCH (Notebook 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
fi
echo "autopatch.py executed successfully"