Fix CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dmitry Isaenko 2023-02-08 01:32:45 +03:00
parent c408f70b79
commit fc02a8af6b

View file

@ -26,7 +26,7 @@ steps:
commands: commands:
- cp target/NS-USBloader.exe misc/windows/NSIS/ - cp target/NS-USBloader.exe misc/windows/NSIS/
- misc/windows/update_version.sh - misc/windows/update_version.sh
- /entrypoint.sh misc/windows/NSIS/installer.nsi - makensis -V4 misc/windows/NSIS/installer.nsi
- cp Installer-*.exe /builds/ns-usbloader/ - cp Installer-*.exe /builds/ns-usbloader/
- rm misc/windows/NSIS/NS-USBloader.exe - rm misc/windows/NSIS/NS-USBloader.exe
volumes: volumes:
@ -52,7 +52,7 @@ steps:
commands: commands:
- cp target/NS-USBloader.exe misc/windows/NSIS/ - cp target/NS-USBloader.exe misc/windows/NSIS/
- misc/windows/update_version.sh legacy - misc/windows/update_version.sh legacy
- /entrypoint.sh misc/windows/NSIS/installer.nsi - makensis -V4 misc/windows/NSIS/installer.nsi
- cp Installer-*.exe /builds/ns-usbloader/ - cp Installer-*.exe /builds/ns-usbloader/
volumes: volumes:
- name: builds - name: builds