Skip to content

Commit c4a2f93

Browse files
committed
Allow new ASIO filename format
Make asiosdk or ASIO-SDK part of the version, so that URLs are correct.
1 parent 045b9c1 commit c4a2f93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bump-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
changelog_name: ASIO SDK (Windows-only)
8080
get_upstream_version: |
8181
curl -s -o /dev/null --location --range 0-5 --write-out '%{url_effective}' https://www.steinberg.net/asiosdk |
82-
grep -oP '.*asiosdk_\K.*(?=\.zip)'
83-
local_version_regex: (.*["\/]asiosdk_)([^"]+?)(".*|\.zip.*)
82+
grep -oP '.*\K(?:ASIO-SDK|asiosdk)_.*(?=\.zip)'
83+
local_version_regex: (.*["\/])((?:ASIO-SDK|asiosdk)_[^"]+?)(".*|\.zip.*)
8484

8585
steps:
8686
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)