Skip to content

Commit b1c3a13

Browse files
committed
signed release build
1 parent 1980e1f commit b1c3a13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ script:
1515
- make
1616
- ls -la
1717
- cp torgi-debug.apk torgi-debug_${TRAVIS_TAG}.apk
18-
- cp torgi.apk torgi-release_${TRAVIS_TAG}.apk
18+
- cp torgi-release-unsigned_.apk torgi-release-unsigned_${TRAVIS_TAG}.apk
1919
after_success:
2020
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
2121
- docker push sofwerx/torgi:${TRAVIS_TAG}
@@ -29,7 +29,7 @@ deploy:
2929
api_key: "${GITHUB_TOKEN}"
3030
file:
3131
- torgi-debug_${TRAVIS_TAG}.apk
32-
- torgi_${TRAVIS_TAG}.apk
32+
- torgi-release-unsigned_${TRAVIS_TAG}.apk
3333
on:
3434
tags: true
3535
repo: "${TRAVIS_REPO_SLUG}"

0 commit comments

Comments
 (0)