From 2356bfe0e9651afc361301bb14d49edc9941a29e Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Wed, 8 Feb 2023 01:50:27 +0300 Subject: [PATCH] Fix CI+1 --- .drone.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e222e8b..541c304 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,9 +26,11 @@ steps: commands: - cp target/NS-USBloader.exe misc/windows/NSIS/ - misc/windows/update_version.sh - - makensis -V4 misc/windows/NSIS/installer.nsi + - cd misc/windows/NSIS + - makensis -V4 ./installer.nsi - cp Installer-*.exe /builds/ns-usbloader/ - - rm misc/windows/NSIS/NS-USBloader.exe + - rm ./NS-USBloader.exe + - cd ../../../ volumes: - name: builds path: /builds @@ -52,7 +54,8 @@ steps: commands: - cp target/NS-USBloader.exe misc/windows/NSIS/ - misc/windows/update_version.sh legacy - - makensis -V4 misc/windows/NSIS/installer.nsi + - cd misc/windows/NSIS + - makensis -V4 ./installer.nsi - cp Installer-*.exe /builds/ns-usbloader/ volumes: - name: builds