Compare commits

..

No commits in common. "13d725769c2bda629bd21a49c2874ece40f34add" and "86e099f4cd396bce4711efd68e1d638e1f72031c" have entirely different histories.

View File

@ -18,12 +18,6 @@ steps:
image: rust:latest
commands:
- cargo build --release
- rustup target add x86_64-pc-windows-gnu
- rustup toolchain install stable-x86_64-pc-windows-gnu
- apt install -yy mingw-w64
- cargo build --target x86_64-pc-windows-gnu --release
environment:
DEBIAN_FRONTEND: noninteractive
when:
event:
include:
@ -38,7 +32,6 @@ steps:
note: This is an automated release
files:
- ./target/release/portnut
- ./target/x86_64-pc-windows-gnu/release/portnut.exe
when:
event:
include: