From eb2f004d45c2f39552155a26729597bb29397f6f Mon Sep 17 00:00:00 2001 From: wowario Date: Tue, 23 Mar 2021 00:50:25 +0300 Subject: [PATCH] [drone] remove extra .exe [CI SKIP] --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f31bda0..0200961 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: commands: - make depends root=/depends target=x86_64-w64-mingw32 tag=win-x64 -j3 - export WOW="wowlet-`echo $DRONE_COMMIT_AFTER | cut -c 1-10`.exe" - - cp build/x86_64-w64-mingw32/release/bin/wowlet.exe /tmp/wowlet_windows/$WOW.exe + - cp build/x86_64-w64-mingw32/release/bin/wowlet.exe /tmp/wowlet_windows/$WOW volumes: - name: cache host: