[skip travis] very minor but important workflow related issue

This commit is contained in:
Unknown 2020-09-23 03:52:26 +02:00
parent f940c3172a
commit afe4cdcf58
1 changed files with 1 additions and 1 deletions

View File

@ -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()