mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
[skip travis] very minor but important workflow related issue
This commit is contained in:
parent
f940c3172a
commit
afe4cdcf58
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
version = _SEPARATOR.join(filter(None, [ver, str(rev)]))
|
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')
|
file_version_py = open('youtube_dlc/version.py', 'rt')
|
||||||
data = file_version_py.read()
|
data = file_version_py.read()
|
||||||
|
Loading…
Reference in New Issue
Block a user