We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c0b56 commit 983d3a0Copy full SHA for 983d3a0
.travis.yml
@@ -14,7 +14,7 @@ script:
14
- export COMPOSE_PROJECT_NAME=swxvmhost
15
- make
16
- cp torgi-debug.apk torgi-debug_${TRAVIS_TAG}.apk
17
-- cp torgi-release-unsigned.apk torgi-release-unsigned_${TRAVIS_TAG}.apk
+- cp torgi-release.apk torgi-release${TRAVIS_TAG}.apk
18
after_success:
19
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
20
- docker push sofwerx/tor-vpin-pizerow:${TRAVIS_TAG}
@@ -28,7 +28,7 @@ deploy:
28
api_key: "${GITHUB_TOKEN}"
29
file:
30
- torgi-debug_${TRAVIS_TAG}.apk
31
- - torgi-release-unsigned_${TRAVIS_TAG}.apk
+ - torgi-release${TRAVIS_TAG}.apk
32
on:
33
tags: true
34
repo: "${TRAVIS_REPO_SLUG}"
0 commit comments