Compare commits

2 Commits

Author SHA1 Message Date
1ecfb86efe drone
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-14 02:20:19 +02:00
47f6e1c206 drone
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-14 02:11:50 +02:00

View File

@ -20,6 +20,7 @@ steps:
- cargo build --release
- rustup target add x86_64-pc-windows-gnu
- rustup toolchain install stable-x86_64-pc-windows-gnu
- apt update
- apt install -yy mingw-w64
- cargo build --target x86_64-pc-windows-gnu --release
environment:
@ -31,6 +32,7 @@ steps:
- name: create-release
image: plugins/gitea-release:latest
custom_dns: [ 1.1.1.1, 192.168.1.106 ]
settings:
api_key:
from_secret: gitea_api