mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Use VERSION var properly
This commit is contained in:
parent
7b9d41911f
commit
eb0f4555ad
@ -156,9 +156,9 @@ jobs:
|
|||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: yacreader-releases
|
gitHubConnection: yacreader-releases
|
||||||
assets: $(Build.SourcesDirectory)/dev_bin/**/*.*'
|
assets: $(Build.SourcesDirectory)/dev_bin/**/*.*'
|
||||||
title: $VERSION
|
title: $(VERSION)
|
||||||
tagSource: 'manual'
|
tagSource: 'manual'
|
||||||
tag: $VERSION
|
tag: $(VERSION)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user