From 9aa9e80dc24cdf4ad0538670d71b3d9443918e51 Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Tue, 19 Jul 2022 00:02:19 +0300 Subject: [PATCH] Fix yaml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 04f5b68..cef95e6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: image: alpine:latest commands: - mkdir -p /builds/javausbtool - - cp target/JavaUSBTool-*jar /builds/javausbtool/ + - cp target/javausbtool-*jar /builds/javausbtool/ volumes: - name: builds path: /builds