mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 11:40:21 +00:00 
			
		
		
		
	Use matrix in job naming
This commit is contained in:
		
							parent
							
								
									3c5d5b847c
								
							
						
					
					
						commit
						989f699093
					
				
							
								
								
									
										2
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							@ -4,7 +4,7 @@ on:
 | 
				
			|||||||
    
 | 
					    
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  build_main:
 | 
					  build_main:
 | 
				
			||||||
    name: Build app (cross-compilation)
 | 
					    name: Build app (${{ matrix.dotnet_runtime }})
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      fail-fast: true
 | 
					      fail-fast: true
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user