From 2fa2dc6b6bbc54fa98b8664b4bb7fd8d0de8d25e Mon Sep 17 00:00:00 2001 From: reloxx13 Date: Mon, 14 Aug 2023 19:40:48 +0200 Subject: [PATCH] support hf drivers --- .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 dc40c89..ffb7d4c 100644 --- a/.github/workflows/gen_win_patches.yml +++ b/.github/workflows/gen_win_patches.yml @@ -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]}"