mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 00:00:21 +00:00 
			
		
		
		
	Fixed casing of the artifact path
This commit is contained in:
		
							parent
							
								
									bbc457acd7
								
							
						
					
					
						commit
						6c8d989e17
					
				
							
								
								
									
										4
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							@ -160,7 +160,7 @@ jobs:
 | 
				
			|||||||
        uses: actions/upload-artifact@v4
 | 
					        uses: actions/upload-artifact@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: MindWork AI Studio (Debian Package ${{ matrix.dotnet_runtime }})
 | 
					          name: MindWork AI Studio (Debian Package ${{ matrix.dotnet_runtime }})
 | 
				
			||||||
          path: "runtime/target/${{ matrix.rust_target }}/release/bundle/deb/MindWork AI Studio_*.deb"
 | 
					          path: "runtime/target/${{ matrix.rust_target }}/release/bundle/deb/mind-work-ai-studio_*.deb"
 | 
				
			||||||
          if-no-files-found: error
 | 
					          if-no-files-found: error
 | 
				
			||||||
          retention-days: 1
 | 
					          retention-days: 1
 | 
				
			||||||
          
 | 
					          
 | 
				
			||||||
@ -169,6 +169,6 @@ jobs:
 | 
				
			|||||||
        uses: actions/upload-artifact@v4
 | 
					        uses: actions/upload-artifact@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: MindWork AI Studio (AppImage ${{ matrix.dotnet_runtime }})
 | 
					          name: MindWork AI Studio (AppImage ${{ matrix.dotnet_runtime }})
 | 
				
			||||||
          path: "runtime/target/${{ matrix.rust_target }}/release/bundle/appimage/MindWork AI Studio_*.AppImage"
 | 
					          path: "runtime/target/${{ matrix.rust_target }}/release/bundle/appimage/mind-work-ai-studio_*.AppImage"
 | 
				
			||||||
          if-no-files-found: error
 | 
					          if-no-files-found: error
 | 
				
			||||||
          retention-days: 1
 | 
					          retention-days: 1
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user