mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-10-23 08:56:38 +08:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							
								
								
									
										14
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								README.md
									
									
									
									
									
								
							| @@ -6,19 +6,7 @@ This uploads artifacts from your build. | |||||||
|  |  | ||||||
| See [action.yml](action.yml) | See [action.yml](action.yml) | ||||||
|  |  | ||||||
| Basic (upload current working directory): | Basic: | ||||||
| ```yaml |  | ||||||
| actions: |  | ||||||
| - uses: actions/checkout@master |  | ||||||
|  |  | ||||||
| # Do stuff |  | ||||||
|  |  | ||||||
| - uses: actions/upload-artifact@master |  | ||||||
|   with: |  | ||||||
|     name: my-artifact |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| Upload specific directory: |  | ||||||
| ```yaml | ```yaml | ||||||
| actions: | actions: | ||||||
| - uses: actions/checkout@master | - uses: actions/checkout@master | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user