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 09aa4ef commit 432c946Copy full SHA for 432c946
.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
53
with:
54
repository: 'Z-Wave-Alliance/z-wave-stack-binaries'
55
- tag: 'v25.1.0-28-g7e0b50f'
+ tag: 'v25.9.0'
56
fileName: 'z-wave-stack-binaries-*-Linux.tar.gz'
57
token: ${{ secrets.GH_ZWAVE_ACCESS_TOKEN }}
58
latest: true
helper.mk
@@ -334,7 +334,7 @@ ${coverage_file}: test all
334
ls -l "$@"
335
336
zwa_project?=z-wave-stack-binaries
337
-zwa_ver?=25.1.0-28-g7e0b50f
+zwa_ver?=25.9.0
338
zwa_rev?=v${zwa_ver}
339
zwa_file?=${zwa_project}-${zwa_ver}-Linux.tar.gz
340
zwa_url?=https://github.com/Z-Wave-Alliance/${zwa_project}
0 commit comments