We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26909c commit f18ab73Copy full SHA for f18ab73
.github/workflows/template-cleanup.yml
@@ -48,8 +48,8 @@ jobs:
48
mkdir -p src/main/kotlin/${GROUP//.//}
49
mkdir -p src/test/kotlin/${GROUP//.//}
50
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//.//}/
+ mv src/main/kotlin/com/github/hsz/aoc/* src/main/kotlin/${GROUP//.//}/
+ mv src/test/kotlin/com/github/hsz/aoc/* src/test/kotlin/${GROUP//.//}/
53
54
# Cleanup
55
rm -rf \
0 commit comments