travis fix
This commit is contained in:
parent
1e54379cc0
commit
e1cd764050
2 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
token: $GH_TOKEN
|
token: $GH_TOKEN
|
||||||
|
cleanup: false
|
||||||
file:
|
file:
|
||||||
- "AmneziaVPN.dmg"
|
- "AmneziaVPN.dmg"
|
||||||
on:
|
on:
|
||||||
|
|
@ -70,6 +71,7 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
token: $GH_TOKEN
|
token: $GH_TOKEN
|
||||||
|
cleanup: false
|
||||||
file:
|
file:
|
||||||
- "AmneziaVPN.exe"
|
- "AmneziaVPN.exe"
|
||||||
on:
|
on:
|
||||||
|
|
|
||||||
|
|
@ -99,3 +99,4 @@ cd %PROJECT_DIR%
|
||||||
signtool sign /f "%SCRIPT_DIR:"=%\PrivacyTechWindowsCert.pfx" /p %WIN_CERT_PW% /fd sha256 /tr http://timestamp.comodoca.com/?td=sha256 /td sha256 %TARGET_FILENAME%
|
signtool sign /f "%SCRIPT_DIR:"=%\PrivacyTechWindowsCert.pfx" /p %WIN_CERT_PW% /fd sha256 /tr http://timestamp.comodoca.com/?td=sha256 /td sha256 %TARGET_FILENAME%
|
||||||
|
|
||||||
echo "Finished, see %TARGET_FILENAME%"
|
echo "Finished, see %TARGET_FILENAME%"
|
||||||
|
exit 0
|
||||||
Loading…
Add table
Add a link
Reference in a new issue