Skip to content

Commit

Permalink
Fixed copying files issue when running the Template Cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Jul 10, 2023
1 parent 88482ec commit 746f356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Move content
mkdir -p src/main/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/test/kotlin/org/jetbrains/plugins/template/* src/test/kotlin/${GROUP//.//}/
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

## [Unreleased]

### Fixed
- Fixed copying files issue when running the `Template Cleanup` workflow

## [1.8.0] - 2023-07-07

### Changed
Expand Down

0 comments on commit 746f356

Please sign in to comment.