Compare commits
2 Commits
13d725769c
...
windows
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ecfb86efe | |||
| 47f6e1c206 |
@ -20,6 +20,7 @@ steps:
|
|||||||
- cargo build --release
|
- cargo build --release
|
||||||
- rustup target add x86_64-pc-windows-gnu
|
- rustup target add x86_64-pc-windows-gnu
|
||||||
- rustup toolchain install stable-x86_64-pc-windows-gnu
|
- rustup toolchain install stable-x86_64-pc-windows-gnu
|
||||||
|
- apt update
|
||||||
- apt install -yy mingw-w64
|
- apt install -yy mingw-w64
|
||||||
- cargo build --target x86_64-pc-windows-gnu --release
|
- cargo build --target x86_64-pc-windows-gnu --release
|
||||||
environment:
|
environment:
|
||||||
@ -31,6 +32,7 @@ steps:
|
|||||||
|
|
||||||
- name: create-release
|
- name: create-release
|
||||||
image: plugins/gitea-release:latest
|
image: plugins/gitea-release:latest
|
||||||
|
custom_dns: [ 1.1.1.1, 192.168.1.106 ]
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_api
|
from_secret: gitea_api
|
||||||
|
|||||||
Reference in New Issue
Block a user