Compare commits
2 Commits
13d725769c
...
windows
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ecfb86efe | |||
| 47f6e1c206 |
@ -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
|
||||
|
||||
Reference in New Issue
Block a user