rename linux executable after building
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Joseph Montanaro 2021-07-28 16:56:34 -07:00
parent 23bac97cea
commit 6e938d71f7

View File

@ -20,8 +20,8 @@ steps:
- name: build-linux
image: nimlang/nim
commnds:
- echo hello world
- nimble build -y -o:passphrase_linux -d:release
- nimble build -y
- mv passphrase passphrase_linux
- name: release
image: plugins/gitea-release