mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 01:20:21 +00:00 
			
		
		
		
	Re-added qemu image update step
This commit is contained in:
		
							parent
							
								
									4bc2e028e0
								
							
						
					
					
						commit
						0aad6686e2
					
				
							
								
								
									
										4
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							@ -310,6 +310,10 @@ jobs:
 | 
			
		||||
          
 | 
			
		||||
          echo "Searching for mind-work-ai-studio_*.deb"
 | 
			
		||||
          find . -name 'mind-work-ai-studio_*.deb' -print 2>/dev/null
 | 
			
		||||
          
 | 
			
		||||
      - name: Update the runner image to cache the Rust runtime build
 | 
			
		||||
        run: |
 | 
			
		||||
          mv ${{ steps.build-linux-arm.outputs.image }} qemu/linux_arm_qemu_cache.img
 | 
			
		||||
      
 | 
			
		||||
      - name: Upload artifact (Linux - Debian Package)
 | 
			
		||||
        uses: actions/upload-artifact@v4
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user