From 800c2efd7d80a78acaf7a3905f8b03a5618be07f Mon Sep 17 00:00:00 2001 From: Edgar Date: Sun, 19 Aug 2018 16:24:05 +0200 Subject: [PATCH] Publish GriefPrevention.jar in AppVeyor (#357) --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5b08d04..61abdb6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,4 +30,6 @@ test_script: cache: - C:\maven\ - C:\Users\appveyor\.m2 - +artifacts: +- path: target/GriefPrevention.jar + name: GriefPrevention