From 7a458e4e196855f44fc13e62a3113b1732b2665c Mon Sep 17 00:00:00 2001 From: Jens True Date: Mon, 1 Nov 2021 09:42:07 +0000 Subject: [PATCH] Path use forward slash --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 006bfcb..19fa673 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,10 +16,9 @@ steps: image: alpine commands: - mkdir output - - cp .pio\build\max7456board\firmware.hex output/firmware.hex - - mkdir output/docs/ - - cp -r docs/html output/docs/ - - cp StaticCodeAnalysisReport.txt output/ + - mv .pio/build/max7456board/firmware.hex output/firmware.hex + - mv docs/html output/docs/ + - mv StaticCodeAnalysisReport.txt output/ - name: release-dev image: appleboy/drone-scp settings: