Skip to content

Commit be335f0

Browse files
committed
fix auto-releases and add sha1-hash
1 parent 27b9a72 commit be335f0

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,21 @@ addons:
5252
build_command: "./gradlew build"
5353
branch_pattern: master
5454

55-
before_deploy: cd AIMSICD/build/outputs/apk; md5sum *.apk > md5sums.txt; cd -
55+
before_deploy:
56+
- cd AIMSICD/build/outputs/apk
57+
- md5sum *-normal-release.apk > md5sum.txt
58+
- sha1sum *-normal-release.apk > sha1sum.txt
59+
- cd -
5660

5761
deploy:
5862
skip_cleanup: true
5963
provider: releases
6064
api_key:
6165
secure: hWL8k4eTm6RBA6JtY+zL/bFFm+f2eM466kKlHBrywukSXAThgX8VzHVu9I8u9bL1yP2j8R9XHmG+C49Fy8NZ85Hmj5ECFg3dGRhfxAzr3o3deP3Kaeo+LozGhOy/z2PvOPyHS7XqOK8kk8gmoMJ9jvhz+wFAbW9GxhKLYBMn81E=
6266
file:
63-
- AIMSICD/build/outputs/apk/AIMSICD-normal-debug.apk
64-
- AIMSICD/build/outputs/apk/AIMSICD-system-debug.apk
65-
- AIMSICD/build/outputs/apk/md5sums.txt
67+
- AIMSICD/build/outputs/apk/AIMSICD-normal-release.apk
68+
- AIMSICD/build/outputs/apk/md5sum.txt
69+
- AIMSICD/build/outputs/apk/sha1sum.txt
6670
on:
6771
repo: SecUpwN/Android-IMSI-Catcher-Detector
6872
tags: true

0 commit comments

Comments
 (0)