mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
travis fix
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user