CI: use cargo.exe
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
Dorian Zedler 2023-02-17 20:34:28 +01:00
parent e581c1d562
commit 40cbd09453
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -12,7 +12,7 @@ steps:
commands: commands:
- whoami - whoami
- cd receiver - cd receiver
- cargo build --release --target x86_64-pc-windows-msvc - cargo.exe build --release --target x86_64-pc-windows-msvc
- name: sign - name: sign
commands: commands: