From afe4cdcf58cfd6490a36465bd455be52d2095118 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 23 Sep 2020 03:52:26 +0200 Subject: [PATCH] [skip travis] very minor but important workflow related issue --- scripts/update-version-workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()