mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 05:57:44 -04:00 
			
		
		
		
	Merge pull request #4714 from turbo124/v5-stable
Fix for release file building with incorrect file permissions
This commit is contained in:
		
						commit
						f2c5364e6e
					
				
							
								
								
									
										1
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @ -36,7 +36,6 @@ jobs: | |||||||
|           php artisan optimize |           php artisan optimize | ||||||
|           php artisan storage:link |           php artisan storage:link | ||||||
|           sudo php artisan cache:clear |           sudo php artisan cache:clear | ||||||
|           sudo find ./ -type f -exec chmod 644 {} \; |  | ||||||
|           sudo find ./vendor/bin/ -type f -exec chmod +x {} \; |           sudo find ./vendor/bin/ -type f -exec chmod +x {} \; | ||||||
|           sudo find ./ -type d -exec chmod 755 {} \; |           sudo find ./ -type d -exec chmod 755 {} \; | ||||||
|            |            | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user