We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1980e1f commit b1c3a13Copy full SHA for b1c3a13
1 file changed
.travis.yml
@@ -15,7 +15,7 @@ script:
15
- make
16
- ls -la
17
- cp torgi-debug.apk torgi-debug_${TRAVIS_TAG}.apk
18
-- cp torgi.apk torgi-release_${TRAVIS_TAG}.apk
+- cp torgi-release-unsigned_.apk torgi-release-unsigned_${TRAVIS_TAG}.apk
19
after_success:
20
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
21
- docker push sofwerx/torgi:${TRAVIS_TAG}
@@ -29,7 +29,7 @@ deploy:
29
api_key: "${GITHUB_TOKEN}"
30
file:
31
- torgi-debug_${TRAVIS_TAG}.apk
32
- - torgi_${TRAVIS_TAG}.apk
+ - torgi-release-unsigned_${TRAVIS_TAG}.apk
33
on:
34
tags: true
35
repo: "${TRAVIS_REPO_SLUG}"
0 commit comments