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

Commit 0e7155e

Browse files
committed
travis: Fix error when sign apk
1 parent b82c624 commit 0e7155e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ script:
4242

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

4848
# Verification

0 commit comments

Comments
 (0)