mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 07:33:34 +00:00 
			
		
		
		
	Add files via upload
This commit is contained in:
		
							parent
							
								
									aa2e4a5af2
								
							
						
					
					
						commit
						1c3cca9db5
					
				
							
								
								
									
										11075
									
								
								action.yml - setup-node [GitHub] - Visual Studio Code - GitHub
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11075
									
								
								action.yml - setup-node [GitHub] - Visual Studio Code - GitHub
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										16
									
								
								action.yml.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								action.yml.txt
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					name: 'Download a Build Artifact'
 | 
				
			||||||
 | 
					description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
 | 
				
			||||||
 | 
					author: 'GitHub'
 | 
				
			||||||
 | 
					inputs: 
 | 
				
			||||||
 | 
					  name:
 | 
				
			||||||
 | 
					    description: 'Artifact name'
 | 
				
			||||||
 | 
					    required: false
 | 
				
			||||||
 | 
					  path:
 | 
				
			||||||
 | 
					    description: 'Destination path'
 | 
				
			||||||
 | 
					    required: false
 | 
				
			||||||
 | 
					outputs:
 | 
				
			||||||
 | 
					  download-path:
 | 
				
			||||||
 | 
					    description: 'Path of artifact download'
 | 
				
			||||||
 | 
					runs:
 | 
				
			||||||
 | 
					  using: 'node16'
 | 
				
			||||||
 | 
					  main: 'dist/index.js'
 | 
				
			||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user