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 ebf213c commit 341cb3bCopy full SHA for 341cb3b
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
CONTAINER_ID=$(docker ps -q --filter ancestor=itzg/minecraft-server:latest)
57
docker cp target/MinecraftServerAPI-*.jar $CONTAINER_ID:/data/plugins/
58
- docker cp docker/test.config.yml $CONTAINER_ID:/data/plugins/MinecraftServerAPI/config.yml
+ docker cp --parents docker/test.config.yml $CONTAINER_ID:/data/plugins/MinecraftServerAPI/config.yml
59
60
- name: Reload server and verify plugin
61
0 commit comments