Skip to content

Commit f18ab73

Browse files
committed
GitHub Actions: template cleanup workflow fix
1 parent e26909c commit f18ab73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/template-cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
mkdir -p src/main/kotlin/${GROUP//.//}
4949
mkdir -p src/test/kotlin/${GROUP//.//}
5050
cp -R .github/template-cleanup/* .
51-
mv -R src/main/kotlin/com/github/hsz/aoc/* src/main/kotlin/${GROUP//.//}/
52-
mv -R src/test/kotlin/com/github/hsz/aoc/* src/test/kotlin/${GROUP//.//}/
51+
mv src/main/kotlin/com/github/hsz/aoc/* src/main/kotlin/${GROUP//.//}/
52+
mv src/test/kotlin/com/github/hsz/aoc/* src/test/kotlin/${GROUP//.//}/
5353
5454
# Cleanup
5555
rm -rf \

0 commit comments

Comments
 (0)