mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-09 19:48:20 +00:00
support hf drivers
This commit is contained in:
parent
54d7336774
commit
2fa2dc6b6b
2
.github/workflows/gen_win_patches.yml
vendored
2
.github/workflows/gen_win_patches.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
run: |
|
||||
release_name="${{ github.event.release.tag_name }}"
|
||||
echo "Release Name: $release_name"
|
||||
if [[ $release_name =~ (win)-(dch|studio)-([0-9]+\.[0-9]+)(-.+)? ]]; then
|
||||
if [[ $release_name =~ (win)-(dch|studio)-([0-9]+\.[0-9]+(-[a-zA-Z]+)?)(-.+)? ]]; then
|
||||
os="${BASH_REMATCH[1]}"
|
||||
variant="${BASH_REMATCH[2]}"
|
||||
version="${BASH_REMATCH[3]}"
|
||||
|
Loading…
Reference in New Issue
Block a user