File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 35
35
36
36
with :
37
37
repository : ' Z-Wave-Alliance/z-wave-stack-binaries'
38
- fileName : ' z-wave-stack-binaries-25.1.0-26-g29d304a-Linux.tar.gz'
38
+ tag : ' v25.1.0-28-g7e0b50f'
39
+ fileName : ' z-wave-stack-binaries-*-Linux.tar.gz'
39
40
token : ${{ secrets.GH_ZWAVE_ACCESS_TOKEN }}
40
41
latest : true
41
42
Original file line number Diff line number Diff line change @@ -244,15 +244,18 @@ test: ${build_dir}
244
244
check : test
245
245
246
246
zwa_project? =z-wave-stack-binaries
247
- zwa_rev? =25.1.0-26-g29d304a
248
- zwa_file? =${zwa_project}-${zwa_rev}-Linux.tar.gz
247
+ zwa_ver? =25.1.0-28-g7e0b50f
248
+ zwa_rev? =v${zwa_ver}
249
+ zwa_file? =${zwa_project}-${zwa_ver}-Linux.tar.gz
249
250
zwa_url? =https://github.com/Z-Wave-Alliance/${zwa_project}
250
251
zwa_dir? =${zwa_project}
251
252
252
253
${CURDIR}/tmp/${zwa_file} :
253
254
@echo " TODO: https://github.com/Z-Wave-Alliance/z-wave-stack-binaries/issues/2"
254
255
mkdir -p ${@ D} && cd ${@ D} \
255
- && gh release download -R " ${zwa_url} " --pattern " ${zwa_file} "
256
+ && gh release download \
257
+ --repo " ${zwa_url} " --pattern " ${zwa_file} " \
258
+ " ${zwa_rev} "
256
259
257
260
${zwa_dir} : ${CURDIR}/tmp/${zwa_file}
258
261
mkdir -p " $@ "
You can’t perform that action at this time.
0 commit comments