Fix README syntax
This commit is contained in:
		
							parent
							
								
									7fa2bd01f4
								
							
						
					
					
						commit
						b0c4f46969
					
				@ -45,7 +45,7 @@ jobs:
 | 
				
			|||||||
        repo_token: ${{ secrets.GITHUB_TOKEN }}
 | 
					        repo_token: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
        file: target/release/mything
 | 
					        file: target/release/mything
 | 
				
			||||||
        asset_name: mything
 | 
					        asset_name: mything
 | 
				
			||||||
        tag: {{ github.event.ref }}
 | 
					        tag: ${{ github.event.ref }}
 | 
				
			||||||
        overwrite: true
 | 
					        overwrite: true
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user