mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	Fixed copying files issue when running the Template Cleanup workflow #379
				
					
				
			This commit is contained in:
		
							parent
							
								
									88482ec40b
								
							
						
					
					
						commit
						d4a74cf79e
					
				
							
								
								
									
										3
									
								
								.github/workflows/template-cleanup.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/template-cleanup.yml
									
									
									
									
										vendored
									
									
								
							@ -48,8 +48,7 @@ jobs:
 | 
				
			|||||||
          # Move content
 | 
					          # Move content
 | 
				
			||||||
          mkdir -p src/main/kotlin/${GROUP//.//}
 | 
					          mkdir -p src/main/kotlin/${GROUP//.//}
 | 
				
			||||||
          mkdir -p src/test/kotlin/${GROUP//.//}
 | 
					          mkdir -p src/test/kotlin/${GROUP//.//}
 | 
				
			||||||
          cp -R .github/template-cleanup/* .
 | 
					          cp -R .github/template-cleanup/. .
 | 
				
			||||||
          cp -R .github/template-cleanup/.* .
 | 
					 | 
				
			||||||
          cp -R src/main/kotlin/org/jetbrains/plugins/template/* src/main/kotlin/${GROUP//.//}/
 | 
					          cp -R src/main/kotlin/org/jetbrains/plugins/template/* src/main/kotlin/${GROUP//.//}/
 | 
				
			||||||
          cp -R src/test/kotlin/org/jetbrains/plugins/template/* src/test/kotlin/${GROUP//.//}/
 | 
					          cp -R src/test/kotlin/org/jetbrains/plugins/template/* src/test/kotlin/${GROUP//.//}/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -4,6 +4,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## [Unreleased]
 | 
					## [Unreleased]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Fixed
 | 
				
			||||||
 | 
					- Fixed copying files issue when running the `Template Cleanup` workflow
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [1.8.0] - 2023-07-07
 | 
					## [1.8.0] - 2023-07-07
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Changed
 | 
					### Changed
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user