aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/update-version-workflow.py
diff options
context:
space:
mode:
authorUnknown <blackjack4494@web.de>2020-09-23 03:52:26 +0200
committerUnknown <blackjack4494@web.de>2020-09-23 03:52:26 +0200
commitafe4cdcf58cfd6490a36465bd455be52d2095118 (patch)
treefb73778214c1bd5e1b8e0c25770aac251e0183d3 /scripts/update-version-workflow.py
parentf940c3172afb9b14023ec82986843bf9cd70af2c (diff)
downloadhypervideo-pre-afe4cdcf58cfd6490a36465bd455be52d2095118.tar.lz
hypervideo-pre-afe4cdcf58cfd6490a36465bd455be52d2095118.tar.xz
hypervideo-pre-afe4cdcf58cfd6490a36465bd455be52d2095118.zip
[skip travis] very minor but important workflow related issue
Diffstat (limited to 'scripts/update-version-workflow.py')
-rw-r--r--scripts/update-version-workflow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-version-workflow.py b/scripts/update-version-workflow.py
index 23f90d22c..a61aa640b 100644
--- a/scripts/update-version-workflow.py
+++ b/scripts/update-version-workflow.py
@@ -31,7 +31,7 @@ _SEPARATOR = '-'
version = _SEPARATOR.join(filter(None, [ver, str(rev)]))
-print('::set-output name=ydlc_version::' + version)
+print('::set-output name=ytdlc_version::' + version)
file_version_py = open('youtube_dlc/version.py', 'rt')
data = file_version_py.read()