drone nsis: .nsi needs to be in deploy dir
the build was successful Details

This commit is contained in:
Dan Ballard 2020-11-28 10:29:39 -08:00
parent 3cdb2b2455
commit d0f90a9b7f
1 changed files with 3 additions and 1 deletions

View File

@ -108,8 +108,10 @@ pipeline:
event: push
environment:
commands:
- cp nsis/cwtch-installer.nsi deploy/
- cd deploy
- makensis -V3 ../nsis/cwtch-installer.nsi
- makensis -V3 cwtch-installer.nsi
- rm cwtch-installer.nsi
- rm -r windows
deploy-buildfiles:
image: pivotaldata/concourse-ssh