mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[build] Replace set-output with GITHUB_OUTPUT (#5315)
				
					
				
			https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Authored by: Lesmiscore
This commit is contained in:
		| @@ -50,5 +50,7 @@ UPDATE_HINT = None | ||||
| ''' | ||||
| 
 | ||||
| write_file('yt_dlp/version.py', VERSION_FILE) | ||||
| print(f'::set-output name=ytdlp_version::{VERSION}') | ||||
| github_output = os.getenv('GITHUB_OUTPUT') | ||||
| if github_output: | ||||
|     write_file(github_output, f'ytdlp_version={VERSION}\n', 'a') | ||||
| print(f'\nVersion = {VERSION}, Git HEAD = {GIT_HEAD}') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lesmiscore
					Lesmiscore