Fix: remove --profile
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
6bae896e61
commit
a770fa2886
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ steps:
|
||||||
- whoami
|
- whoami
|
||||||
- 'Get-ChildItem Env:'
|
- 'Get-ChildItem Env:'
|
||||||
- cd receiver
|
- cd receiver
|
||||||
- 'C:\Users\drone\.cargo\bin\cargo.exe build --release --target x86_64-pc-windows-msvc --profile default'
|
- 'C:\Users\drone\.cargo\bin\cargo.exe build --release --target x86_64-pc-windows-msvc'
|
||||||
|
|
||||||
- name: sign
|
- name: sign
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue