mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 11:20:20 +00:00 
			
		
		
		
	Improved job naming
This commit is contained in:
		
							parent
							
								
									c48037de69
								
							
						
					
					
						commit
						3c5d5b847c
					
				
							
								
								
									
										4
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							@ -4,7 +4,7 @@ on:
 | 
				
			|||||||
    
 | 
					    
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  build_main:
 | 
					  build_main:
 | 
				
			||||||
    name: Build app (Windows [x86, arm64], macOS [arm64, x86], Linux [x86])
 | 
					    name: Build app (cross-compilation)
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      fail-fast: true
 | 
					      fail-fast: true
 | 
				
			||||||
@ -182,7 +182,7 @@ jobs:
 | 
				
			|||||||
          retention-days: 1
 | 
					          retention-days: 1
 | 
				
			||||||
          
 | 
					          
 | 
				
			||||||
  build_linux_arm64:
 | 
					  build_linux_arm64:
 | 
				
			||||||
    name: Build app (Linux [arm64])
 | 
					    name: Build app (Linux, arm64)
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout repository
 | 
					      - name: Checkout repository
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user