mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 04:00:21 +00:00 
			
		
		
		
	Fixed Windows-based newline issue on platforms
This commit is contained in:
		
							parent
							
								
									58534da03f
								
							
						
					
					
						commit
						135e07fdf4
					
				
							
								
								
									
										2
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							@ -61,7 +61,7 @@ jobs:
 | 
			
		||||
        
 | 
			
		||||
      - name: Store update platform to .updates directory (Windows)
 | 
			
		||||
        if: matrix.platform == 'windows-latest'
 | 
			
		||||
        run: Write-Output "${{ matrix.update_platform }}" | Out-File -FilePath ".updates/platform" -Encoding utf8
 | 
			
		||||
        run: Write-Output "${{ matrix.update_platform }}" | Out-File -FilePath ".updates/platform" -Encoding utf8 -NoNewline
 | 
			
		||||
 | 
			
		||||
      - name: Setup .NET
 | 
			
		||||
        uses: actions/setup-dotnet@v4
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user