This commit is contained in:
parent
8d84bb6d4d
commit
f3f3609ba2
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ steps:
|
|||
- C:\Users\doria\.cargo\bin\rustup.exe default stable
|
||||
- C:\Users\doria\.cargo\bin\cargo.exe build --release --target x86_64-pc-windows-msvc
|
||||
|
||||
- name: sign
|
||||
commands:
|
||||
- '& "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x86\signtool.exe" sign /n "Itsblue Development" /t http://timestamp.digicert.com /fd SHA256 .\receiver\target\x86_64-pc-windows-msvc\release\receiver.exe'
|
||||
|
||||
- name: upload
|
||||
environment:
|
||||
GITEA_USER:
|
||||
|
|
Loading…
Reference in a new issue