We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79185f9 commit 4424bd7Copy full SHA for 4424bd7
.github/workflows/bump-dependencies.yml
@@ -79,8 +79,8 @@ jobs:
79
changelog_name: ASIO SDK (Windows-only)
80
get_upstream_version: |
81
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.*)
+ grep -oP '.*\K(?:ASIO-SDK|asiosdk)_.*(?=\.zip)'
+ local_version_regex: (.*["\/])((?:ASIO-SDK|asiosdk)_[^"]+?)(".*|\.zip.*)
84
85
steps:
86
- uses: actions/checkout@v4
0 commit comments