try to fix CD
continuous-integration/drone/push Build is passing Details

This commit is contained in:
LordMZTE 2020-12-29 14:57:02 +01:00
parent 8f429357d8
commit c2876ef915
1 changed files with 3 additions and 2 deletions

View File

@ -12,12 +12,12 @@ steps:
- name: release-linux
image: rust
commands:
- cargo build --release
- cargo build --release -v
- name: release-win
image: lordmzte/rust-win
commands:
- cargo build --release --target x86_64-pc-windows-gnu
- cargo build --release --target x86_64-pc-windows-gnu -v
- name: publish
image: plugins/gitea-release
@ -26,6 +26,7 @@ steps:
api_key:
from_secret: gitea_token
note: CHANGELOG.md
title: tag-${DRONE_TAG}
files:
- target/release/jm
- target/release/jmtoken