mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-10-11 01:28:01 +00:00
win: support both types of hotfix urls
This commit is contained in:
3
.github/workflows/gen_win_patches.yml
vendored
3
.github/workflows/gen_win_patches.yml
vendored
@@ -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"
|
||||
|
Reference in New Issue
Block a user