mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/upload-artifact
				synced 2025-10-31 16:11:08 +08:00 
			
		
		
		
	Improve readme (#278)
This commit is contained in:
		
							parent
							
								
									5f375cca4b
								
							
						
					
					
						commit
						f4ac36d205
					
				| @ -160,7 +160,7 @@ Each artifact behaves as a file share. Uploading to the same artifact multiple t | |||||||
|     steps: |     steps: | ||||||
|         - name: Create a file |         - name: Create a file | ||||||
|           run: echo ${{ matrix.node-version }} > my_file.txt |           run: echo ${{ matrix.node-version }} > my_file.txt | ||||||
|         - name: Accidently upload to the same artifact via multiple jobs |         - name: Accidentally upload to the same artifact via multiple jobs | ||||||
|           uses: actions/upload-artifact@v2 |           uses: actions/upload-artifact@v2 | ||||||
|           with: |           with: | ||||||
|               name: my-artifact |               name: my-artifact | ||||||
| @ -207,7 +207,7 @@ Environment variables along with context expressions can also be used for input. | |||||||
| 
 | 
 | ||||||
| For environment variables created in other steps, make sure to use the `env` expression syntax | For environment variables created in other steps, make sure to use the `env` expression syntax | ||||||
| 
 | 
 | ||||||
| ``` | ```yaml | ||||||
|     steps: |     steps: | ||||||
|     - run: |  |     - run: |  | ||||||
|         mkdir testing |         mkdir testing | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jozef Izso
						Jozef Izso