mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 13:20:20 +00:00 
			
		
		
		
	Fixed patterns
This commit is contained in:
		
							parent
							
								
									37ece2b4ad
								
							
						
					
					
						commit
						5ed3be5085
					
				
							
								
								
									
										6
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							@ -661,11 +661,11 @@ jobs:
 | 
				
			|||||||
              platform="darwin-aarch64"
 | 
					              platform="darwin-aarch64"
 | 
				
			||||||
            elif [[ "$sig_file" == *"x86_64-apple-darwin"* ]]; then
 | 
					            elif [[ "$sig_file" == *"x86_64-apple-darwin"* ]]; then
 | 
				
			||||||
              platform="darwin-x86_64"
 | 
					              platform="darwin-x86_64"
 | 
				
			||||||
            elif [[ "$sig_file" == *"x86_64-unknown-linux-" ]]; then
 | 
					            elif [[ "$sig_file" == *"x86_64-unknown-linux-"* ]]; then
 | 
				
			||||||
              platform="linux-x86_64"
 | 
					              platform="linux-x86_64"
 | 
				
			||||||
            elif [[ "$sig_file" == *"x86_64-pc-windows-" ]]; then
 | 
					            elif [[ "$sig_file" == *"x86_64-pc-windows-"* ]]; then
 | 
				
			||||||
              platform="windows-x86_64"
 | 
					              platform="windows-x86_64"
 | 
				
			||||||
            elif [[ "$sig_file" == *"aarch64-pc-windows-" ]]; then
 | 
					            elif [[ "$sig_file" == *"aarch64-pc-windows-"* ]]; then
 | 
				
			||||||
              platform="windows-aarch64"
 | 
					              platform="windows-aarch64"
 | 
				
			||||||
            else
 | 
					            else
 | 
				
			||||||
              echo "Platform not recognized: '$sig_file'"
 | 
					              echo "Platform not recognized: '$sig_file'"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user