try to fix CD
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
LordMZTE 2020-12-29 14:57:02 +01:00
parent 8f429357d8
commit c2876ef915

View file

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