mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:07:33 -05:00 
			
		
		
		
	Fixes for release building script
This commit is contained in:
		
							parent
							
								
									53fad7eb40
								
							
						
					
					
						commit
						a76dd6809e
					
				
							
								
								
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -41,8 +41,7 @@ jobs:
 | 
				
			|||||||
      - name: Cleanup Builds
 | 
					      - name: Cleanup Builds
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          sudo rm -rf bootstrap/cache/*
 | 
					          sudo rm -rf bootstrap/cache/*
 | 
				
			||||||
          sudo rm public/index.html
 | 
					         
 | 
				
			||||||
 | 
					 | 
				
			||||||
      - name: Build project # This would actually build your project, using zip for an example artifact
 | 
					      - name: Build project # This would actually build your project, using zip for an example artifact
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          zip -r ./invoiceninja.zip ./
 | 
					          zip -r ./invoiceninja.zip ./
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user