Skip to content

Commit 4424bd7

Browse files
committed
Allow new ASIO filename format
Make asiosdk or ASIO-SDK part of the version, so that URLs are correct.
1 parent 79185f9 commit 4424bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v4

0 commit comments

Comments
 (0)