Skip to content

Commit 983d3a0

Browse files
committed
signed release build
1 parent 79c0b56 commit 983d3a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ script:
1414
- export COMPOSE_PROJECT_NAME=swxvmhost
1515
- make
1616
- cp torgi-debug.apk torgi-debug_${TRAVIS_TAG}.apk
17-
- cp torgi-release-unsigned.apk torgi-release-unsigned_${TRAVIS_TAG}.apk
17+
- cp torgi-release.apk torgi-release${TRAVIS_TAG}.apk
1818
after_success:
1919
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
2020
- docker push sofwerx/tor-vpin-pizerow:${TRAVIS_TAG}
@@ -28,7 +28,7 @@ deploy:
2828
api_key: "${GITHUB_TOKEN}"
2929
file:
3030
- torgi-debug_${TRAVIS_TAG}.apk
31-
- torgi-release-unsigned_${TRAVIS_TAG}.apk
31+
- torgi-release${TRAVIS_TAG}.apk
3232
on:
3333
tags: true
3434
repo: "${TRAVIS_REPO_SLUG}"

0 commit comments

Comments
 (0)