Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
travis: Fix error when sign apk
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed Nov 1, 2017
1 parent b82c624 commit 0e7155e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ script:

before_deploy:
- cp $TRAVIS_BUILD_DIR/chrome.jks $HOME
- cd app/build/outputs/apk/
- cd app/build/outputs/apk/release/
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore $HOME/chrome.jks -storepass $storepass -keypass $keypass app-release-unsigned.apk key0

# Verification
Expand Down

0 comments on commit 0e7155e

Please sign in to comment.